POST api/DataAPI/PostDataAPI_All_1
Documentation for 'PostDataAPI_All_1'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objP | Documentation for 'objP'. |
Define this parameter in the request body. |
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.