POST api/StateCharge/UpdateStateCharge

Request Information

URI Parameters

None.

Body Parameters

EditDetailModel
NameDescriptionTypeAdditional information
Id

integer

None.

ProductId

integer

None.

StateId

string

None.

ChargeAmount

decimal number

None.

EntryDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProductId": 1,
  "StateId": "sample string 1",
  "ChargeAmount": 1.0,
  "EntryDate": "2025-12-12T08:46:17.2396627+05:30"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AddUpdateDeleteResponse
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": {
    "$id": "2"
  }
}