POST api/organizationdevicemappings
Request Information
URI Parameters
None.
Body Parameters
OrganizationDeviceMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| Dml_Indicator | string |
None. |
|
| Id | integer |
None. |
|
| Orgid | integer |
None. |
|
| Branchid | integer |
None. |
|
| Deviceid | integer |
None. |
|
| Status | integer |
None. |
|
| Created_by | integer |
None. |
|
| Created_on | string |
None. |
|
| Updated_by | integer |
None. |
|
| Updated_on | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Dml_Indicator": "sample string 1",
"Id": 2,
"Orgid": 3,
"Branchid": 4,
"Deviceid": 5,
"Status": 6,
"Created_by": 7,
"Created_on": "sample string 8",
"Updated_by": 9,
"Updated_on": "sample string 10"
}
application/xml, text/xml
Sample:
<OrganizationDeviceMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityLayer"> <Branchid>4</Branchid> <Created_by>7</Created_by> <Created_on>sample string 8</Created_on> <Deviceid>5</Deviceid> <Dml_Indicator>sample string 1</Dml_Indicator> <Id>2</Id> <Orgid>3</Orgid> <Status>6</Status> <Updated_by>9</Updated_by> <Updated_on>sample string 10</Updated_on> </OrganizationDeviceMapping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |