PUT Mobility/PutCustomerDocument
Request Information
URI Parameters
None.
Body Parameters
CustomerDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
Required |
|
| DocumentID | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "da116d5c-f8c0-4c65-89d9-3518d01b8662",
"CustomerID": "9bbb9606-679d-4694-aa59-2fc86eb82216",
"DocumentID": "dc803fb1-cee3-4d76-8a12-ebab0116116c",
"Name": "sample string 4",
"CreatedByContactID": "2397c2d8-87ec-44c5-8798-198ae06e2f2d",
"ModifiedByContactID": "f29ebaba-99e6-40a3-bc0f-34bfed61c35d",
"CreatedDate": "2026-07-07T10:09:28.1349886+00:00",
"ModifiedDate": "2026-07-07T10:09:28.1349886+00:00"
}
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.