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": "39a4407f-82fd-4411-8013-21fb58ecd87e",
"ResellerID": "a3ed8777-766a-487c-aff2-491645a22cb7",
"PhotoID": "229fd112-a06f-48bf-8a16-f164a91f4836",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "476a71de-7de3-4139-bbb3-85d8873be754",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "71d344ca-dee1-4269-87b7-1680581b4288",
"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.