POST api/ImageFaceCount/Add

Request Information

URI Parameters

None.

Body Parameters

ImageFaceCountAdd
NameDescriptionTypeAdditional information
ImageFaceCountId

string

None.

ImageFaceCountValue

string

None.

ImageFace

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ImageFaceCountId": "sample string 1",
  "ImageFaceCountValue": "sample string 2",
  "ImageFace": "sample string 3"
}

application/xml, text/xml

Sample:
<ImageFaceCountAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Railtech_HRMS.Model.EmployeeModal">
  <ImageFace>sample string 3</ImageFace>
  <ImageFaceCountId>sample string 1</ImageFaceCountId>
  <ImageFaceCountValue>sample string 2</ImageFaceCountValue>
</ImageFaceCountAdd>

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

Response Information

Resource Description

ImageFaceCountResponse
NameDescriptionTypeAdditional information
StatusCode

integer

None.

status

string

None.

statusText

string

None.

EPRE

Collection of ImageFaceCountView

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": 1,
  "status": "sample string 2",
  "statusText": "sample string 3",
  "EPRE": [
    {
      "ImageFaceCountId": "sample string 1",
      "ImageFaceCountValue": "sample string 2",
      "ImageFace": "sample string 3"
    },
    {
      "ImageFaceCountId": "sample string 1",
      "ImageFaceCountValue": "sample string 2",
      "ImageFace": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<ImageFaceCountResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Railtech_HRMS.Model.EmployeeModal">
  <EPRE>
    <ImageFaceCountView>
      <ImageFace>sample string 3</ImageFace>
      <ImageFaceCountId>sample string 1</ImageFaceCountId>
      <ImageFaceCountValue>sample string 2</ImageFaceCountValue>
    </ImageFaceCountView>
    <ImageFaceCountView>
      <ImageFace>sample string 3</ImageFace>
      <ImageFaceCountId>sample string 1</ImageFaceCountId>
      <ImageFaceCountValue>sample string 2</ImageFaceCountValue>
    </ImageFaceCountView>
  </EPRE>
  <StatusCode>1</StatusCode>
  <status>sample string 2</status>
  <statusText>sample string 3</statusText>
</ImageFaceCountResponse>