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": "d3478f37-348a-44f0-803e-af6104810d5a",
  "BranchID": 1,
  "CustomerID": 1,
  "From": "2026-02-15T14:04:18.3153283+02:00",
  "To": "2026-02-15T14:04:18.3153283+02: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'.