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": "3c827014-de87-4dc1-9772-6e57b949fca9",
"ResellerID": "50ca2502-22e6-4865-b604-4a2894dcf134",
"PhotoID": "addce654-b3c8-4a2b-a8be-1c83af257600",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "a9608088-87f6-43cf-b3ab-2e837674be2f",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "0f44e6c3-72c8-4874-8ec2-99b78fd02404",
"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.