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": "bdd1ce61-2e7d-42e8-a511-873288f0a059",
"CustomerID": "b03cc36b-4923-490b-99b4-c37d281009d9",
"DocumentID": "a23986bc-8ad2-4804-bca0-b3d55f947b4d",
"Name": "sample string 4",
"CreatedByContactID": "71136b24-b887-4ed8-9d51-04f88bc9f66f",
"ModifiedByContactID": "a7847fac-1817-4705-9c06-ff7e98293041",
"CreatedDate": "2026-06-06T18:39:23.5349924+00:00",
"ModifiedDate": "2026-06-06T18:39:23.5349924+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.