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": "411f97fb-2fe9-49ad-a6bc-aa0085208c73",
"ResellerID": "5c57b5b8-6b32-45a3-aae0-e95f73068bc9",
"PhotoID": "9d2ce888-a6f6-4b2b-9236-5bb1fa5d6b27",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "2bfccd2e-a9f7-4175-a7c7-44de4fcf00c5",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "800f27f1-bea6-4e2f-a17d-df83f65f7f22",
"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.