POST api/v1/ShopperCredit

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objShopperCreditPoint
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CreditLogID": "sample string 1",
  "CreditProgramID": "sample string 2",
  "MemberID": "sample string 3",
  "LoyaltyNumber": "sample string 4",
  "ShopperID": "sample string 5",
  "Amount": "sample string 6",
  "CreditReason": "sample string 7"
}

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