POST api/Userdef1
Request Information
URI Parameters
None.
Body Parameters
CA_CancelOtherSystemsName | Description | Type | Additional information |
---|---|---|---|
CancelOtherSystemsID | integer |
None. |
|
CancellationID | integer |
None. |
|
CustomerNumber | string |
None. |
|
SystemID | integer |
None. |
|
AlarmAccountNumber | string |
None. |
|
CancellationEffectiveDate | date |
None. |
|
CancelReason | string |
None. |
|
SystemCancelled | boolean |
None. |
|
CustomerCancelled | boolean |
None. |
|
SiteCancelled | boolean |
None. |
|
DateCancelled | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "CancelOtherSystemsID": 1, "CancellationID": 2, "CustomerNumber": "sample string 3", "SystemID": 4, "AlarmAccountNumber": "sample string 5", "CancellationEffectiveDate": "2025-02-07T23:57:35.5681367-06:00", "CancelReason": "sample string 7", "SystemCancelled": true, "CustomerCancelled": true, "SiteCancelled": true, "DateCancelled": "2025-02-07T23:57:35.5681367-06:00" }
application/xml, text/xml
Sample:
<CA_CancelOtherSystems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SedonaServices.Models"> <AlarmAccountNumber>sample string 5</AlarmAccountNumber> <CancelOtherSystemsID>1</CancelOtherSystemsID> <CancelReason>sample string 7</CancelReason> <CancellationEffectiveDate>2025-02-07T23:57:35.5681367-06:00</CancellationEffectiveDate> <CancellationID>2</CancellationID> <CustomerCancelled>true</CustomerCancelled> <CustomerNumber>sample string 3</CustomerNumber> <DateCancelled>2025-02-07T23:57:35.5681367-06:00</DateCancelled> <SiteCancelled>true</SiteCancelled> <SystemCancelled>true</SystemCancelled> <SystemID>4</SystemID> </CA_CancelOtherSystems>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CA_CancelOtherSystemsName | Description | Type | Additional information |
---|---|---|---|
CancelOtherSystemsID | integer |
None. |
|
CancellationID | integer |
None. |
|
CustomerNumber | string |
None. |
|
SystemID | integer |
None. |
|
AlarmAccountNumber | string |
None. |
|
CancellationEffectiveDate | date |
None. |
|
CancelReason | string |
None. |
|
SystemCancelled | boolean |
None. |
|
CustomerCancelled | boolean |
None. |
|
SiteCancelled | boolean |
None. |
|
DateCancelled | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "CancelOtherSystemsID": 1, "CancellationID": 2, "CustomerNumber": "sample string 3", "SystemID": 4, "AlarmAccountNumber": "sample string 5", "CancellationEffectiveDate": "2025-02-07T23:57:35.5681367-06:00", "CancelReason": "sample string 7", "SystemCancelled": true, "CustomerCancelled": true, "SiteCancelled": true, "DateCancelled": "2025-02-07T23:57:35.5681367-06:00" }
application/xml, text/xml
Sample:
<CA_CancelOtherSystems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SedonaServices.Models"> <AlarmAccountNumber>sample string 5</AlarmAccountNumber> <CancelOtherSystemsID>1</CancelOtherSystemsID> <CancelReason>sample string 7</CancelReason> <CancellationEffectiveDate>2025-02-07T23:57:35.5681367-06:00</CancellationEffectiveDate> <CancellationID>2</CancellationID> <CustomerCancelled>true</CustomerCancelled> <CustomerNumber>sample string 3</CustomerNumber> <DateCancelled>2025-02-07T23:57:35.5681367-06:00</DateCancelled> <SiteCancelled>true</SiteCancelled> <SystemCancelled>true</SystemCancelled> <SystemID>4</SystemID> </CA_CancelOtherSystems>