POST api/clientstorage/folderinfo
Request Information
URI Parameters
None.
Body Parameters
ClientRssgFolderInfoModelName | Description | Type | Additional information |
---|---|---|---|
OrgEntityUuid | string |
None. |
|
StoreNumber | string |
None. |
|
Folder | string |
None. |
|
Storage | integer |
None. |
|
ClientCreatedDate | date |
None. |
|
CreatedDate | date |
None. |
|
ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrgEntityUuid": "sample string 1", "StoreNumber": "sample string 2", "Folder": "sample string 3", "Storage": 4, "ClientCreatedDate": "2025-01-22T05:52:12.1370249+00:00", "CreatedDate": "2025-01-22T05:52:12.1370249+00:00", "ModifiedDate": "2025-01-22T05:52:12.1370249+00:00" }
application/xml, text/xml
Sample:
<ClientRssgFolderInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConnectWise_Web.Models"> <ClientCreatedDate>2025-01-22T05:52:12.1370249+00:00</ClientCreatedDate> <CreatedDate>2025-01-22T05:52:12.1370249+00:00</CreatedDate> <Folder>sample string 3</Folder> <ModifiedDate>2025-01-22T05:52:12.1370249+00:00</ModifiedDate> <OrgEntityUuid>sample string 1</OrgEntityUuid> <Storage>4</Storage> <StoreNumber>sample string 2</StoreNumber> </ClientRssgFolderInfoModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.