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": "0e83f1d5-98c4-45f5-9501-ea2ffae6b444",
  "BranchID": 1,
  "CustomerID": 1,
  "From": "2026-04-11T16:55:52.5250263+03:00",
  "To": "2026-04-11T16:55:52.5250263+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'.