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": "e96b903a-c196-4c9b-967b-5c6165fb20d1",
"CustomerID": "1ecf6589-6681-4572-a7ff-5583177ff5a0",
"DocumentID": "0cc2cfb3-ebb5-4ec4-a27c-64d25ca841ad",
"Name": "sample string 4",
"CreatedByContactID": "d8041bdd-3e7f-4e13-b2af-29942045211f",
"ModifiedByContactID": "78bae80c-009d-4420-af79-aecc0a457853",
"CreatedDate": "2026-07-07T10:09:27.8314934+00:00",
"ModifiedDate": "2026-07-07T10:09:27.8314934+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.