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": "8278c256-de89-49e7-a053-69180aa2442c",
"ResellerID": "4ad09c7c-e163-4563-9f0d-13e2e9936afd",
"PhotoID": "0de994b6-da9a-4a07-b503-9e842c8d2b2f",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "027034f7-2f5e-4682-9d16-b3024dbe6e5e",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "2d3d165d-98fa-4fa1-ba27-c7098a8488c5",
"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.