POST api/usercode/Delete
Request Information
URI Parameters
None.
Body Parameters
UserCodeWithRadioPathName | Description | Type | Additional information |
---|---|---|---|
IsRadioPath | boolean |
None. |
|
Account | string |
None. |
|
PanelUserNo | integer |
None. |
|
Description | string |
None. |
|
Type | integer |
None. |
|
Code | string |
None. |
|
Scheduled | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "IsRadioPath": true, "Account": "sample string 2", "PanelUserNo": 3, "Description": "sample string 4", "Type": 5, "Code": "sample string 6", "Scheduled": 7 }
application/xml, text/xml
Sample:
<UserCodeWithRadioPath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeminiiSecureWebAPI.Model"> <Account>sample string 2</Account> <Code>sample string 6</Code> <Description>sample string 4</Description> <PanelUserNo>3</PanelUserNo> <Scheduled>7</Scheduled> <Type>5</Type> <IsRadioPath>true</IsRadioPath> </UserCodeWithRadioPath>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />