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": "d673ff3b-4a31-41f6-ab3a-f3553eeaf0ac",
"ResellerID": "d913ca8c-dbf2-4261-84bc-e2232c520b6a",
"PhotoID": "0472bef7-ed8d-4d2a-bbcc-7c7c26264cac",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "503a5e64-19a3-4873-8e2d-b50b26eea72a",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "3f2187d6-2f7e-4c3d-bcf7-ac5cfed96cbc",
"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.