The Class SubscriptionWithCreditLimitResponse.
name | data type | description |
---|---|---|
requestId | string | The request id. |
accepted | boolean | The accepted. |
actionStatus | ActionStatus | The status response of the web service response. |
subscriptionId | string | The subscription id. |
status | string | The status. |
Example
{ "requestId" : "...", "accepted" : true, "actionStatus" : { "status" : "SUCCESS", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "subscriptionId" : "...", "status" : "..." }