Term version check request
Info
This is object is always used in the context of an order (or as a base class)
TermVersionCheckRequest¶
Property | Type | Description |
---|---|---|
code | string | the code of the term to accept or a combination of it (separated by ' |
accepted | bool | should be true otherwise it wont get saved/accepted |
acceptedDate | DateTime (optional) | |
TermVersion[].Code | string (optional) | The codes of the termversions the guest accepts |
{
"accepted": "true",
"TermCode": "ZHT-AGB|ZHT-DPP",
"termVersion": [
{
"code": "ZHT-AGB-2.0"
},
{
"code": "ZHT-DPP-2019-10-28"
}
]
}
Last update:
January 27, 2023 14:37:03