POST api/v1/Admin/Credit/AddCreditAccount

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_objCreditProgamModels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "GlobalRuleName": "sample string 1",
  "RuleValue": "sample string 2",
  "Keyword": "sample string 3",
  "CreditAccountID": "sample string 4",
  "CreditProgramName": "sample string 5",
  "memberID": "sample string 6",
  "Amount": "sample string 7",
  "Reason": "sample string 8",
  "CreditProgramID": "sample string 9"
}

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