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": "88885ad0-808a-450a-a91d-56e956bb1d04",
"ResellerID": "5a1cb286-ce2c-4d58-817f-531423bc72f0",
"PhotoID": "353be9c5-9733-4662-89b0-de2fbcea83ba",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "8a57401b-2236-47da-8224-34267d1d6eeb",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "12785abd-7d97-460e-852b-865f6b766e9e",
"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.