PUT Mobility/PutDealer
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": "dc26c89a-6a82-4703-b20f-bb125b5c8fd9",
"ResellerID": "670931b8-343e-4683-9303-e19ebae408e2",
"PhotoID": "84f3d1fe-2939-4e02-9eb3-3fdd8e37b42c",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "aa09e935-fd01-497c-8628-52a52b570b5e",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "9db5cdd1-7340-4dc5-83f0-7231f015b801",
"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.