POST Admin/InsuranceCategory/AmountOption

Request Information

URI Parameters

None.

Body Parameters

InsuranceCategoryAmountOption
NameDescriptionTypeAdditional information
Id

integer

None.

InsuranceCategoryId

integer

None.

OptionAmount

decimal number

None.

CreatedDate

date

None.

CreatedUserId

integer

None.

UpdatedDate

date

None.

UpdatedUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "InsuranceCategoryId": 2,
  "OptionAmount": 3.0,
  "CreatedDate": "2025-07-17T19:43:17.2754777+08:00",
  "CreatedUserId": 5,
  "UpdatedDate": "2025-07-17T19:43:17.2754777+08:00",
  "UpdatedUserId": 7
}

application/xml, text/xml

Sample:
<InsuranceCategoryAmountOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <CreatedDate>2025-07-17T19:43:17.2754777+08:00</CreatedDate>
  <CreatedUserId>5</CreatedUserId>
  <Id>1</Id>
  <InsuranceCategoryId>2</InsuranceCategoryId>
  <OptionAmount>3</OptionAmount>
  <UpdatedDate>2025-07-17T19:43:17.2754777+08:00</UpdatedDate>
  <UpdatedUserId>7</UpdatedUserId>
</InsuranceCategoryAmountOption>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.