POST clients/checkforservicetoactivate
Request Information
URI Parameters
None.
Body Parameters
ActivateService| Name | Description | Type | Additional information |
|---|---|---|---|
| ReInstateReason | string |
None. |
|
| ReInStateDate | date |
None. |
|
| CustCode | string |
None. |
|
| Notes | string |
None. |
|
| ActivateImmediately | boolean |
None. |
|
| ActivateSMS | boolean |
None. |
|
| SMSTemplate | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReInstateReason": "sample string 1",
"ReInStateDate": "2026-04-17T11:39:39.2490869+00:00",
"CustCode": "sample string 2",
"Notes": "sample string 3",
"ActivateImmediately": true,
"ActivateSMS": true,
"SMSTemplate": 1
}
text/html
Sample:
{"ReInstateReason":"sample string 1","ReInStateDate":"2026-04-17T11:39:39.2490869+00:00","CustCode":"sample string 2","Notes":"sample string 3","ActivateImmediately":true,"ActivateSMS":true,"SMSTemplate":1}
application/xml, text/xml
Sample:
<ActivateService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Contracts"> <ActivateImmediately>true</ActivateImmediately> <ActivateSMS>true</ActivateSMS> <CustCode>sample string 2</CustCode> <Notes>sample string 3</Notes> <ReInStateDate>2026-04-17T11:39:39.2490869+00:00</ReInStateDate> <ReInstateReason>sample string 1</ReInstateReason> <SMSTemplate>1</SMSTemplate> </ActivateService>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.