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": "a89e6492-ea48-4bc7-8d21-d60cb6ac2f87",
  "BranchID": 1,
  "CustomerID": 1,
  "From": "2025-10-28T23:03:19.7220227+02:00",
  "To": "2025-10-28T23:03:19.7220227+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'.