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": "287115bb-b172-4c67-8391-f1f451fbb2d7",
"BranchID": 1,
"CustomerIDs": [
1,
2,
3
],
"CustomerGroupIDs": [
1,
2,
3
],
"amount": 2.0
}
application/x-www-form-urlencoded
Sample: