POST api/Documents/Get

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "476164ce-b303-4b39-ae49-0628bd10f694",
  "BranchID": 2,
  "DateFrom": "2026-06-05T14:01:03.3297882+03:00",
  "DateTo": "2026-06-05T14:01:03.3297882+03:00",
  "PaymentTypeID": 5,
  "OrderTypeIDs": [
    1,
    2,
    3
  ],
  "SourceID": 6,
  "ReceiptTypeID": 7,
  "UserID": 8,
  "OrderStatus": 9
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Document'.