| name | data type | description |
|---|---|---|
| reservationId | number | |
| providerCode | string | |
| sellerCode | string | |
| offerCode | string | |
| userAccountCode | string | |
| subscriptionDate | number | |
| expirationDate | number | |
| terminationDate | number | |
| creditLimit | number | |
| param1 | string | |
| param2 | string | |
| param3 | string | |
| amountWithTax | boolean |
Example
{
"reservationId" : 12345,
"providerCode" : "...",
"sellerCode" : "...",
"offerCode" : "...",
"userAccountCode" : "...",
"subscriptionDate" : 12345,
"expirationDate" : 12345,
"terminationDate" : 12345,
"creditLimit" : 12345.0,
"param1" : "...",
"param2" : "...",
"param3" : "...",
"amountWithTax" : true
}