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": "cc7bf25d-702c-4288-9750-527765e0b48f",
"ResellerID": "518c7c86-1575-479f-9875-22275a053a21",
"PhotoID": "ffce8d7d-31e9-47b9-af50-3297b7e7bc7d",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "783537fc-00f6-4c62-9496-588ec8fd2a7a",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "3de4a08f-4fd3-402d-98fe-40234c97b5e2",
"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.