POST https://api.nexway.store/tandcs/templates
The request body takes a complete Template resource, containing the following writable properties:
{
"createDate": "date-time",
"dbVersion": "int64",
"id": "string",
"lastUpdater": "string",
"locale": "string",
"startDate": "date-time",
"status": "string",
"subject": "string",
"template": "string",
"updateDate": "date-time"
}
Name | Type | Description | Additional |
---|---|---|---|
createDate | date-time | Optional | |
dbVersion | int64 | Optional | |
id | string | Optional | |
lastUpdater | string | Optional | |
locale | string | Optional | |
startDate | date-time | Optional | |
status | string |
Possible values are:
|
Optional |
subject | string | Optional | |
template | string | 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 |