PUT Mobility/PutCustomerDocuments
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "aed3a1e9-9b6c-44b4-adf6-0b092ceaef19",
"CustomerID": "450a3fc6-9d2b-4977-a215-9738921670e8",
"DocumentID": "c15433f4-51dd-40d2-98ad-44439810a87b",
"Name": "sample string 4",
"CreatedByContactID": "fa2202bc-db7c-470f-b555-2ee632f233ec",
"ModifiedByContactID": "dda29576-2880-4b11-bdbe-4d0a4e279d17",
"CreatedDate": "2026-02-14T11:36:58.3154542+00:00",
"ModifiedDate": "2026-02-14T11:36:58.3154542+00:00"
},
{
"$ref": "1"
}
]
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.