POST api/HCP/HCPAddDeleteCount

Request Information

URI Parameters

None.

Body Parameters

HCPAddDeleteCountDTO
NameDescriptionTypeAdditional information
Teamid

integer

None.

Empid

integer

None.

FromDate

date

None.

ToDate

date

None.

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Teamid": 1,
  "Empid": 2,
  "FromDate": "2023-06-02T20:10:01.0447528+05:30",
  "ToDate": "2023-06-02T20:10:01.0447528+05:30",
  "Domain": "sample string 5"
}

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

Response Information

Resource Description

Message
NameDescriptionTypeAdditional information
ResponseFlag

integer

None.

ResponseMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseFlag": 1,
  "ResponseMessage": "sample string 2",
  "Data": {}
}