POST api/OtherClaimView/UpdateOtherClaim

Request Information

URI Parameters

None.

Body Parameters

UpdateOtherClaimDTO
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateOtherClaimDTO'.

Response Information

Resource Description

Message
NameDescriptionTypeAdditional information
ResponseFlag

integer

None.

ResponseMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseFlag": 1,
  "ResponseMessage": "sample string 2",
  "Data": {}
}