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": "cf12039a-3253-4749-8fc7-bbab26328f6c",
"CustomerID": "197f080f-b323-400e-aca9-7a02f575a370",
"DocumentID": "a5308af3-1acf-4eed-98e0-aa0c79a97203",
"Name": "sample string 4",
"CreatedByContactID": "13872485-14bb-48f3-ac53-c65f747fd348",
"ModifiedByContactID": "187daba6-f644-457e-a2ad-6e287fb60465",
"CreatedDate": "2025-12-05T09:27:54.2455155+00:00",
"ModifiedDate": "2025-12-05T09:27:54.2455155+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.