POST api/DataAPI/{id}

Documentation for 'PutDataAPI_All_3'.

Request Information

Parameters

NameDescriptionAdditional information
objP
Documentation for 'objP'.

Define this parameter in the request body.

id
Documentation for 'id'.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "name": "sample string 2",
  "gender": "sample string 3",
  "age": 4,
  "address": "sample string 5",
  "city": "sample string 6",
  "country": "sample string 7",
  "status": "sample string 8",
  "updated": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.