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": "77f53070-9e08-4471-8af9-9ca235023120",
"CustomerID": "c6766cfd-90a0-4635-9114-2bd561408cba",
"DocumentID": "05511662-604f-4d13-8857-1792fc284327",
"Name": "sample string 4",
"CreatedByContactID": "96fe6613-fb77-42e6-8680-f17f7cc16468",
"ModifiedByContactID": "cbc7b5d6-049f-46c2-a0f4-deebbb483c85",
"CreatedDate": "2025-12-05T09:27:57.1180529+00:00",
"ModifiedDate": "2025-12-05T09:27:57.1180529+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.