POST api/ExceedAmount/GetCalculateExceedAmountToAddClaim
Request Information
URI Parameters
None.
Body Parameters
GetCalculateExceedAmountToAddClaimDTOName | Description | Type | Additional 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:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }