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": "85b50d95-f33b-47e8-a718-3e4a838a6f16",
"BranchID": 1,
"CustomerIDs": [
1,
2,
3
],
"CustomerGroupIDs": [
1,
2,
3
],
"amount": 2.0
}
application/x-www-form-urlencoded
Sample: