PUT Mobility/PutDocuments
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "9fcf3466-eed1-47fe-80c2-39077235f571",
"CategoryID": "6ed4877e-d08d-43d2-abc3-0d3c2bb57be3",
"TypeID": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"Url": "sample string 5",
"ServerUrl": "sample string 6",
"DateCreated": "2025-12-05T09:28:05.6860026+00:00",
"ListItemID": 1
},
{
"$ref": "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.