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": "1fba1775-d46d-4d36-8b8b-0a95faa990d1",
"ResellerID": "c146d32f-c695-4472-b02f-d9e12bcbd39a",
"PhotoID": "be1b2982-77f7-4326-aacc-02b9abd2f7ca",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "ae3d3905-039a-4ffe-9392-b8774071ae80",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "be32ce90-cd19-4a53-9945-6543aa207679",
"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.