POST Mobility/PostCustomerDocuments
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": "b9ee1c41-3f33-4ea7-98fb-a5d3c879c5c1",
"CustomerID": "97b15691-abcb-47d6-9fdb-040b76dccda7",
"DocumentID": "b2ab4cc6-b115-41c5-9ac4-ebb9e06d6c45",
"Name": "sample string 4",
"CreatedByContactID": "60de2811-384a-4e94-ab2d-181556414ee5",
"ModifiedByContactID": "f1c429de-4464-4260-9fab-43cc4f91d03b",
"CreatedDate": "2026-06-06T18:39:23.503731+00:00",
"ModifiedDate": "2026-06-06T18:39:23.503731+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.