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": "7b339772-153d-4844-bb72-91c4acc4185f",
"ResellerID": "f35d64a5-78a4-4a08-9a42-c064eb557033",
"PhotoID": "529a84ce-8a10-4975-812d-9535ea1bbe3f",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "1bb4f717-45d3-49a8-9cfa-614cc70a31d5",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "5a309ccc-47d1-4043-b1c1-814d82986cdd",
"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.