POST api/MacID
Request Information
URI Parameters
None.
Body Parameters
MACIDBO| Name | Description | Type | Additional information |
|---|---|---|---|
| MacID | string |
None. |
|
| SecurityCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MacID": "sample string 1",
"SecurityCode": "sample string 2"
}
application/xml, text/xml
Sample:
<APITrackingLibrary.MACIDBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ocskuwait.Code"> <SecurityCode>sample string 2</SecurityCode> <MacID>sample string 1</MacID> </APITrackingLibrary.MACIDBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StatusBO| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<APITrackingLibrary.StatusBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ocskuwait.Code"> <Message>sample string 2</Message> <Status>1</Status> </APITrackingLibrary.StatusBO>