POST api/TravelClaimView/CalculateAndUpdateExceedAmountForTravel
Request Information
URI Parameters
None.
Body Parameters
CalculateAndUpdateExceedAmountForTravelDTOName | Description | Type | Additional information |
---|---|---|---|
appliedAmount | decimal number |
None. |
|
amountLimit | decimal number |
None. |
|
amountAppliedTotal | decimal number |
None. |
|
TravelClaimId | integer |
None. |
|
totalExceed | decimal number |
None. |
|
Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "appliedAmount": 1.0, "amountLimit": 2.0, "amountAppliedTotal": 3.0, "TravelClaimId": 4, "totalExceed": 5.0, "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": {} }