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": "e841faad-4b3e-41a0-9dbf-d46ef90151de",
  "BranchID": 2,
  "DateFrom": "2025-10-28T22:59:52.2944683+02:00",
  "DateTo": "2025-10-28T22:59:52.2944683+02: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'.