POST api/ExceedAmount/CalculateAndUpdateExceedAmount
Request Information
URI Parameters
None.
Body Parameters
CalculateAndUpdateExceedAmountDTOName | Description | Type | Additional information |
---|---|---|---|
month | integer |
Required |
|
Empid | integer |
Required |
|
year | integer |
Required |
|
noe | string |
Required |
|
claimType | integer |
Required |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "month": 1, "Empid": 2, "year": 3, "noe": "sample string 4", "claimType": 5, "Domain": "sample string 6" }
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": {} }