PUT Mobility/PutDealer
Request Information
URI Parameters
None.
Body Parameters
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": "dcaef1f5-9a6e-4a17-9f5f-e11d8610351b",
"ResellerID": "68c2642c-1926-48f6-8143-157ff00f716f",
"PhotoID": "e3cb9f44-df4f-4016-8bdd-1b69492034b0",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "fa3d9c01-7a77-43ab-aaf3-5c00283221b0",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "affdc27e-7c2f-49fe-b224-395f01f9ea7b",
"ExcludeFromCombinedBilling": true
}
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.