| name | data type | description |
|---|---|---|
| service | array of ServiceToActivateDto |
Example
{
"service" : [ {
"code" : "...",
"quantity" : 12345.0,
"subscriptionDate" : 12345,
"chargeInstanceOverrides" : {
"chargeInstanceOverride" : [ { }, { } ]
},
"customFields" : {
"customField" : [ { }, { } ],
"inheritedCustomField" : [ { }, { } ]
}
}, {
"code" : "...",
"quantity" : 12345.0,
"subscriptionDate" : 12345,
"chargeInstanceOverrides" : {
"chargeInstanceOverride" : [ { }, { } ]
},
"customFields" : {
"customField" : [ { }, { } ],
"inheritedCustomField" : [ { }, { } ]
}
} ]
}