| name | data type | description |
|---|---|---|
| subscriptionCode | string | |
| serviceToUpdate | array of ServiceToUpdateDto |
Example
{
"subscriptionCode" : "...",
"serviceToUpdate" : [ {
"code" : "...",
"actionDate" : 12345,
"endAgreementDate" : 12345,
"customFields" : {
"customField" : [ { }, { } ],
"inheritedCustomField" : [ { }, { } ]
}
}, {
"code" : "...",
"actionDate" : 12345,
"endAgreementDate" : 12345,
"customFields" : {
"customField" : [ { }, { } ],
"inheritedCustomField" : [ { }, { } ]
}
} ]
}