POST api/OtherClaimView/UpdateOtherClaim
Request Information
URI Parameters
None.
Body Parameters
UpdateOtherClaimDTOName | Description | Type | Additional information |
---|---|---|---|
ClaimId | integer |
None. |
|
OtherExpenseClaimId | integer |
None. |
|
dateFrom | date |
None. |
|
amount | decimal number |
None. |
|
dateTo | date |
None. |
|
Remarks | string |
None. |
|
WBS | string |
None. |
|
vcLocation | string |
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. |
|
NOE | string |
None. |
|
Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClaimId": 1, "OtherExpenseClaimId": 2, "dateFrom": "2023-05-30T14:18:08.9887252+05:30", "amount": 4.0, "dateTo": "2023-05-30T14:18:08.9887252+05:30", "Remarks": "sample string 6", "WBS": "sample string 7", "vcLocation": "sample string 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, "NOE": "sample string 17", "Domain": "sample string 18" }
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": {} }