POST api/Submit/GetAllClaimsToSubmit

Request Information

URI Parameters

None.

Body Parameters

GetAllClaimsToSubmitDTO
NameDescriptionTypeAdditional information
EmpId

integer

Required

week

string

Required

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "EmpId": 1,
  "week": "sample string 2",
  "Domain": "sample string 3"
}

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

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": {}
}