POST api/Userdef1

Request Information

URI Parameters

None.

Body Parameters

CA_CancelOtherSystems
NameDescriptionTypeAdditional 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": "2024-10-18T01:17:55.5239876-05:00",
  "CancelReason": "sample string 7",
  "SystemCancelled": true,
  "CustomerCancelled": true,
  "SiteCancelled": true,
  "DateCancelled": "2024-10-18T01:17:55.5239876-05: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>2024-10-18T01:17:55.5239876-05:00</CancellationEffectiveDate>
  <CancellationID>2</CancellationID>
  <CustomerCancelled>true</CustomerCancelled>
  <CustomerNumber>sample string 3</CustomerNumber>
  <DateCancelled>2024-10-18T01:17:55.5239876-05:00</DateCancelled>
  <SiteCancelled>true</SiteCancelled>
  <SystemCancelled>true</SystemCancelled>
  <SystemID>4</SystemID>
</CA_CancelOtherSystems>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CA_CancelOtherSystems'.

Response Information

Resource Description

CA_CancelOtherSystems
NameDescriptionTypeAdditional 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": "2024-10-18T01:17:55.5309877-05:00",
  "CancelReason": "sample string 7",
  "SystemCancelled": true,
  "CustomerCancelled": true,
  "SiteCancelled": true,
  "DateCancelled": "2024-10-18T01:17:55.5309877-05: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>2024-10-18T01:17:55.5309877-05:00</CancellationEffectiveDate>
  <CancellationID>2</CancellationID>
  <CustomerCancelled>true</CustomerCancelled>
  <CustomerNumber>sample string 3</CustomerNumber>
  <DateCancelled>2024-10-18T01:17:55.5309877-05:00</DateCancelled>
  <SiteCancelled>true</SiteCancelled>
  <SystemCancelled>true</SystemCancelled>
  <SystemID>4</SystemID>
</CA_CancelOtherSystems>