POST https://api.nexway.store/catalogs
The request body takes a complete AbstractCatalog resource, containing the following writable properties:
{
"createDate": "date-time",
"customerId": "string",
"dbVersion": "int64",
"endDate": "string",
"id": "string",
"name": "string",
"running": "boolean",
"singleUse": "boolean",
"startDate": "string",
"status": "string",
"type": "string",
"updateDate": "date-time"
}
Name | Type | Description | Additional |
---|---|---|---|
createDate | date-time | Optional | |
customerId | string | Optional | |
dbVersion | int64 | Optional | |
endDate | string | Optional | |
id | string | Optional | |
name | string | Optional | |
running | boolean | Optional | |
singleUse | boolean | Optional | |
startDate | string | Optional | |
status | string |
Possible values are:
|
Optional |
type | string |
Possible values are:
|
Optional |
updateDate | date-time | Optional |
This request requires the use of one of following authorisation methods:
OAuth2
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
201 | Created Success |
Success |
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |
{
"endDate": "yyyy-MM-dd'T'HH:mm:ss'Z'",
"startDate": "yyyy-MM-dd'T'HH:mm:ss'Z'"
}