POST api/ACM_IB2/Delete
Request Information
URI Parameters
None.
Body Parameters
ACMCardWithRadioPathName | Description | Type | Additional information |
---|---|---|---|
IsRadioPath | boolean |
None. |
|
Account | string |
None. |
|
CardSLNO | integer |
None. |
|
CardNo | string |
None. |
|
CardDescription | string |
None. |
|
FaciltyCode | string |
None. |
|
AccessGroupNo | integer |
None. |
|
Enabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "IsRadioPath": true, "Account": "sample string 2", "CardSLNO": 3, "CardNo": "sample string 4", "CardDescription": "sample string 5", "FaciltyCode": "sample string 6", "AccessGroupNo": 7, "Enabled": true }
application/xml, text/xml
Sample:
<ACMCardWithRadioPath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeminiiSecureWebAPI.Model"> <AccessGroupNo>7</AccessGroupNo> <Account>sample string 2</Account> <CardDescription>sample string 5</CardDescription> <CardNo>sample string 4</CardNo> <CardSLNO>3</CardSLNO> <Enabled>true</Enabled> <FaciltyCode>sample string 6</FaciltyCode> <IsRadioPath>true</IsRadioPath> </ACMCardWithRadioPath>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>