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": "156ac277-a59b-4fa0-8322-edaa0f15fd12",
"CustomerID": "df552777-2593-4312-9d95-5eecb57ab697",
"DocumentID": "30fef061-6b2c-4c50-9a65-a06d6f5383ac",
"Name": "sample string 4",
"CreatedByContactID": "70885a5f-94df-4c78-9066-d8b5dd52b2d9",
"ModifiedByContactID": "089fc71e-e563-4275-88c3-7eca20a71edf",
"CreatedDate": "2026-03-11T11:55:27.8236413+00:00",
"ModifiedDate": "2026-03-11T11:55:27.8236413+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.