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": "2cc83bda-fb8d-4f8c-b7b8-b4f1295d6e81",
"ResellerID": "13b72b05-2224-42c3-bb17-8e4c01d8d75c",
"PhotoID": "5b0312a2-c612-4a12-a0e5-d9c288a6362c",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "ec6c1c0e-848a-4381-af9e-5c2639e3a61a",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "30f8488b-5612-42c4-84b5-c48a7cb480ae",
"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.