POST api/Pcs/Create

Creates a record in pcs

Request Information

Parameters

NameDescriptionAdditional information
value
Json object {}

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "data": [
    {},
    {},
    {}
  ]
}