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": "56384779-37b8-4cee-920a-eaa1323c4a6f",
"ResellerID": "d09368fa-ec7c-4db4-bfc1-affa66b41eef",
"PhotoID": "95f7b77d-f4d9-483f-b1c3-32bfdcb01610",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "bfa5e84a-7c0d-4948-8d4e-8b78e9ec1e73",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "ff570e4d-cf03-4c98-9295-5088401b2798",
"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.