POST api/v1/Circular/InsertMemberAltCards

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjInsertMemberAltCards
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MemberId": 1,
  "LoyaltyNumber": "sample string 2",
  "firstname": "sample string 3",
  "lastname": "sample string 4",
  "AdminName": "sample string 5",
  "AdditionalLoyaltyNumber": "sample string 6",
  "makePrimary": 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 'MemberAltCards'.