GET api/CustomerSubscription/getStatus?requestId={requestId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| requestId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Id": "17f3073c-7f88-45c3-a045-42bc8eaec9d4",
"Status": 2,
"ErrorMessage": "sample string 3"
}
application/xml, text/xml
Sample:
<SubscriptionsBackgroundRequests xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_Subscription"> <ErrorMessage>sample string 3</ErrorMessage> <Id>17f3073c-7f88-45c3-a045-42bc8eaec9d4</Id> <Status>2</Status> </SubscriptionsBackgroundRequests>