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": "2473ede1-69be-4dc7-bd20-ce51524281fd",
"CustomerID": "dc441453-f5c8-43a5-9dfd-3ba613068fb5",
"DocumentID": "fd0ee2df-af99-4f58-8147-11a0f1e6a5c5",
"Name": "sample string 4",
"CreatedByContactID": "fac4bb8d-558e-4324-b3a7-30c267a5abd2",
"ModifiedByContactID": "c36d1692-005c-465b-bec9-4b1111d555d6",
"CreatedDate": "2026-03-11T11:55:27.4414087+00:00",
"ModifiedDate": "2026-03-11T11:55:27.4414087+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.