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": "a754de91-0ccf-4415-b4b1-f19b1200bd81",
"ResellerID": "e92ba7d5-389f-4f7a-bfd8-a9763aa6d7fe",
"PhotoID": "e05271d4-4204-47c9-afd8-72a1963372d2",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "49c83bed-7a1b-4980-8fd4-c82ad0466528",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "5bb77df4-2ee1-48e1-af19-5992eeb9ef54",
"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.