POST api/CustomerCredit/GetCredit

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:
{
  "UserEmail": "sample string 1",
  "Password": "sample string 2",
  "BranchID": 3,
  "CustomerCode": "sample string 4",
  "Amount": "sample string 5",
  "TransactionType": "sample string 6",
  "OrderID": 7,
  "From": "2025-10-28T23:01:56.1086357+02:00",
  "To": "2025-10-28T23:01:56.1086357+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 'CreditData'.