PUT Mobility/PutDealers
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "6b88e641-ab2d-473e-91a0-16b617f12693",
"ResellerID": "8318d963-9dc3-46b2-89af-22b78d72d061",
"PhotoID": "6d4aac59-4ffe-4484-a40c-f8314b8ddced",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "d3713935-0678-4cc3-96c3-e3704aaed7e6",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "62ce2717-34b4-40a0-9a85-db6ba3a82dea",
"ExcludeFromCombinedBilling": true
},
{
"$ref": "1"
}
]
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.