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": "5b54107e-9b97-4a3d-ae9d-81c8fe1d5c2b",
"CategoryID": "05f34b92-1980-44e6-8ef0-fe4d526647d0",
"TypeID": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"Url": "sample string 5",
"ServerUrl": "sample string 6",
"DateCreated": "2025-12-14T21:49:13.2083621+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.