PUT https://api.nexway.store/tandcs/variables/{id}
Parameter name | Value | Description | Additional |
---|---|---|---|
id | string | id |
Required |
The request body takes a complete TemplateVariable resource, containing the following writable properties:
{
"cancelPeriod": "string",
"cancelPeriodI18nConfiguration": {
"<key>": {
"<key>": "string"
}
},
"contactForm": "string",
"corporateUrl": "string",
"createDate": "date-time",
"dbVersion": "int64",
"id": "string",
"nexwaySasCapital": "string",
"startDate": "date-time",
"updateDate": "date-time"
}
Name | Type | Description | Additional |
---|---|---|---|
cancelPeriod | string | Optional | |
cancelPeriodI18nConfiguration | object | Optional | |
cancelPeriodI18nConfiguration.<key> | map of object | Optional | |
cancelPeriodI18nConfiguration.<key>.<key> | map of string | Optional | |
contactForm | string | Optional | |
corporateUrl | string | Optional | |
createDate | date-time | Optional | |
dbVersion | int64 | Optional | |
id | string | Optional | |
nexwaySasCapital | string | Optional | |
startDate | date-time | 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 |
---|---|---|
200 | OK Success |
TemplateVariable |
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |