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": "abab1799-ffaa-4bc6-9550-91829bc8164c",
"ResellerID": "5f616a9c-92a7-4b0d-bcfd-b0260e2cc932",
"PhotoID": "56c45fd4-1d4c-47c6-a315-8140bbd74335",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "70aab871-fa27-4a14-9afd-8eba0a8fd2aa",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "d0bff5cc-f823-43bb-85d4-33a73f1c3283",
"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.