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": "848ea69e-ceef-42d7-b1e5-5dce06447a26",
"ResellerID": "0cc4deed-0bfd-4f7d-a713-2ef12942e626",
"PhotoID": "625470ec-e608-4f53-80e1-e95bebe48989",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "dc28f926-2583-4640-94db-4e03682e2abe",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "357a6d81-7d39-4348-853e-8adc3a32795a",
"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.