POST rxgis/DeleteArea
Request Information
URI Parameters
None.
Body Parameters
RXAreaDelete| Name | Description | Type | Additional information |
|---|---|---|---|
| AreaId | integer |
None. |
|
| CustId | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AreaId": 1,
"CustId": 2,
"UserId": 3
}
text/html
Sample:
{"AreaId":1,"CustId":2,"UserId":3}
application/xml, text/xml
Sample:
<RXAreaDelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.RXGIS"> <AreaId>1</AreaId> <CustId>2</CustId> <UserId>3</UserId> </RXAreaDelete>
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.