POST Mobility/PostDocuments
Request Information
URI Parameters
None.
Body Parameters
Document| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CategoryID | globally unique identifier |
Required |
|
| TypeID | DocumentType |
Required |
|
| Name | string |
Required |
|
| Description | string |
None. |
|
| Url | string |
None. |
|
| ServerUrl | string |
None. |
|
| DateCreated | date |
None. |
|
| ListItemID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "d5dc658c-e0a6-4f6b-b2d2-20de061e4ca5",
"CategoryID": "46a5fa39-74a2-41ef-9068-c4278311aa3b",
"TypeID": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"Url": "sample string 5",
"ServerUrl": "sample string 6",
"DateCreated": "2025-12-05T09:28:07.0544349+00:00",
"ListItemID": 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.