POST api/SyncDocument/GetSyncDocuments
Request Information
URI Parameters
None.
Body Parameters
DocSearchModelWrapperName | Description | Type | Additional information |
---|---|---|---|
docSearch | DocumentModelSearch |
None. |
|
connId | integer |
None. |
|
StartPos | integer |
None. |
|
RowsReturned | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "docSearch": { "dateFrom": "2025-04-03T16:27:09.912765-06:00", "dateTo": "2025-04-03T16:27:09.912765-06:00", "dbCode": "sample string 1", "docType": "sample string 2", "docNum": 3 }, "connId": 1, "StartPos": 2, "RowsReturned": 3 }
application/xml, text/xml
Sample:
<DocSearchModelWrapper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSFEAdmin.MODELS"> <RowsReturned>3</RowsReturned> <StartPos>2</StartPos> <connId>1</connId> <docSearch> <dateFrom>2025-04-03T16:27:09.912765-06:00</dateFrom> <dateTo>2025-04-03T16:27:09.912765-06:00</dateTo> <dbCode>sample string 1</dbCode> <docNum>3</docNum> <docType>sample string 2</docType> </docSearch> </DocSearchModelWrapper>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |