PUT Mobility/PutDocument
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": "e6f635fd-5787-4cfb-906f-3ed3670d664f",
"CategoryID": "be8c62fe-32ad-4ca1-8cb3-7c604ed30054",
"TypeID": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"Url": "sample string 5",
"ServerUrl": "sample string 6",
"DateCreated": "2025-12-05T09:26:53.2304035+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.