POST api/AccomodationClaimView/UpdateAccomodationClaim
Request Information
URI Parameters
None.
Body Parameters
UpdateAccomodationClaimDTOName | Description | Type | Additional information |
---|---|---|---|
ClaimId | integer |
None. |
|
AccomodationClaimId | integer |
None. |
|
TravelDate | date |
None. |
|
Location | integer |
None. |
|
NoOfDays | integer |
None. |
|
amount | decimal number |
None. |
|
Remarks | string |
None. |
|
WBS | integer |
None. |
|
TaxAmt | decimal number |
None. |
|
GSTIncluded | boolean |
None. |
|
InvoiceNo | string |
None. |
|
GSTN | string |
None. |
|
CGSTAmt | decimal number |
None. |
|
SGSTAmt | decimal number |
None. |
|
IGSTAmt | decimal number |
None. |
|
intTypeOfVisit | integer |
None. |
|
TravelDateTo | date |
None. |
|
OtherFromCity | string |
None. |
|
Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClaimId": 1, "AccomodationClaimId": 2, "TravelDate": "2023-06-02T20:26:59.0307382+05:30", "Location": 4, "NoOfDays": 5, "amount": 6.0, "Remarks": "sample string 7", "WBS": 8, "TaxAmt": 9.0, "GSTIncluded": true, "InvoiceNo": "sample string 11", "GSTN": "sample string 12", "CGSTAmt": 13.0, "SGSTAmt": 14.0, "IGSTAmt": 15.0, "intTypeOfVisit": 16, "TravelDateTo": "2023-06-02T20:26:59.0317232+05:30", "OtherFromCity": "sample string 18", "Domain": "sample string 19" }
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": {} }