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": "a1f298ed-3f03-4aba-9edf-d4e272b50001",
"ResellerID": "ac5da672-2ef6-447e-8182-f62176c2106f",
"PhotoID": "fd8a91ae-7de0-4cd8-8efc-8ede3dfb251a",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "5df13498-0849-4cdc-afdf-426907a3f011",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "d59e0e7b-f602-447f-ba74-0ea5a482ac44",
"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.