DELETE api/IC_USERS/DeleteIC_USERS/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IC_USERS| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | integer |
None. |
|
| USER_NAME | string |
None. |
|
| USER_PASSWORD | string |
None. |
|
| IMEINUMBER | string |
None. |
|
| IS_GIVEN | integer |
None. |
|
| LINK_ID | integer |
None. |
|
| STOCK_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"USER_ID": 1,
"USER_NAME": "sample string 2",
"USER_PASSWORD": "sample string 3",
"IMEINUMBER": "sample string 4",
"IS_GIVEN": 1,
"LINK_ID": 1,
"STOCK_ID": 1
}
application/xml, text/xml
Sample:
<IC_USERS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <IMEINUMBER>sample string 4</IMEINUMBER> <IS_GIVEN>1</IS_GIVEN> <LINK_ID>1</LINK_ID> <STOCK_ID>1</STOCK_ID> <USER_ID>1</USER_ID> <USER_NAME>sample string 2</USER_NAME> <USER_PASSWORD>sample string 3</USER_PASSWORD> </IC_USERS>