POST Mobility/PostDealers
Request Information
URI Parameters
None.
Body Parameters
Dealer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ResellerID | globally unique identifier |
None. |
|
| PhotoID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Suffix | string |
None. |
|
| AgentID | globally unique identifier |
None. |
|
| ExportCallDetail | boolean |
Required |
|
| Address | string |
None. |
|
| ContactID | globally unique identifier |
None. |
|
| ExcludeFromCombinedBilling | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "32e5d02c-61b6-49d9-bb06-69d46889571b",
"ResellerID": "84d671da-22ed-4a63-a55c-9cb666fe09e5",
"PhotoID": "b164bf89-9250-4fa9-a0df-e0b63fb159c2",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "d22dd9a6-92b0-4a7c-a482-53ffa10ff7dc",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "135a3e58-c953-467b-a8a9-40da28bc42a4",
"ExcludeFromCombinedBilling": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.