POST api/ExceedAmount/GetCalculateExceedAmountToAddClaim

Request Information

URI Parameters

None.

Body Parameters

GetCalculateExceedAmountToAddClaimDTO
NameDescriptionTypeAdditional information
month

integer

Required

year

string

Required

Empid

integer

Required

noe

string

Required

claimType

integer

Required

band

integer

Required

travelmode

integer

Required

foodplace

integer

Required

day

integer

Required

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "month": 1,
  "year": "sample string 2",
  "Empid": 3,
  "noe": "sample string 4",
  "claimType": 5,
  "band": 6,
  "travelmode": 7,
  "foodplace": 8,
  "day": 9,
  "Domain": "sample string 10"
}

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

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