POST api/CustomerCredit/AddCredit
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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: