POST api/App_Profile/setPersonalInformation

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
pinfo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FName": "sample string 1",
  "LName": "sample string 2",
  "Email": "sample string 3",
  "PhoneNumer": "sample string 4",
  "BloodGroup": "sample string 5",
  "Gender": "sample string 6",
  "photoURL": "sample string 7",
  "DOB": "sample string 8",
  "MaritialStatus": "sample string 9",
  "Height": "sample string 10",
  "Weight": "sample string 11",
  "HeightMetric": "sample string 12",
  "product_code": "sample string 13",
  "companionList": [
    {
      "$id": "2",
      "ID": "sample string 1",
      "Name": "sample string 2",
      "ContactInfo": "sample string 3",
      "RelationShip": "sample string 4"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "msg": "sample string 14",
  "status": true,
  "C1": "sample string 16"
}

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