POST api/CustomerCredit/GetCreditTransactions

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
criteria
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "ceb5ff25-7bc7-49c4-9deb-d26416f1c391",
  "BranchID": 1,
  "CustomerID": 1,
  "From": "2026-06-05T10:26:12.3227421+03:00",
  "To": "2026-06-05T10:26:12.3227421+03:00"
}

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 'CustomerCreditCriteria'.