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": "a7f1f1ad-96c9-48cc-8cb8-74e1ad41aaef",
"ResellerID": "05df18d7-6e68-4183-ad59-3e520e782569",
"PhotoID": "7f5a7af8-d7af-4363-aa1f-5a9c085dcb98",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "6578bffe-37db-4c55-bcd4-bddf5eb2e0db",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "823f56a3-c70d-4c1a-967c-963f3900b643",
"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.