POST api/CustomerCredit/AddCredit

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
credit
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "6754a597-055d-4e49-aaa6-17da75623455",
  "BranchID": 1,
  "CustomerIDs": [
    1,
    2,
    3
  ],
  "CustomerGroupIDs": [
    1,
    2,
    3
  ],
  "amount": 2.0
}

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