POST Admin/OtherStatement

Request Information

URI Parameters

None.

Body Parameters

InsuranceOtherStatement
NameDescriptionTypeAdditional information
Id

integer

None.

CompanyCateCode

string

None.

CarNo

string

None.

PolicyNo

string

None.

InsuranceTypeId

integer

None.

InsuranceTypeSubId

integer

None.

CreatedDate

date

None.

UpdatedDate

date

None.

CreatedUserId

integer

None.

UpdatedUserId

integer

None.

Expences

decimal number

None.

ExpencesNoTax

decimal number

None.

DocumentaryRate

decimal number

None.

AmountTotal

decimal number

None.

AmountReturned

decimal number

None.

ChargeStatusId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CompanyCateCode": "sample string 2",
  "CarNo": "sample string 3",
  "PolicyNo": "sample string 4",
  "InsuranceTypeId": 5,
  "InsuranceTypeSubId": 6,
  "CreatedDate": "2025-07-17T19:17:23.16809+08:00",
  "UpdatedDate": "2025-07-17T19:17:23.16809+08:00",
  "CreatedUserId": 9,
  "UpdatedUserId": 10,
  "Expences": 11.0,
  "ExpencesNoTax": 12.0,
  "DocumentaryRate": 13.0,
  "AmountTotal": 14.0,
  "AmountReturned": 15.0,
  "ChargeStatusId": 16
}

application/xml, text/xml

Sample:
<InsuranceOtherStatement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <AmountReturned>15</AmountReturned>
  <AmountTotal>14</AmountTotal>
  <CarNo>sample string 3</CarNo>
  <ChargeStatusId>16</ChargeStatusId>
  <CompanyCateCode>sample string 2</CompanyCateCode>
  <CreatedDate>2025-07-17T19:17:23.16809+08:00</CreatedDate>
  <CreatedUserId>9</CreatedUserId>
  <DocumentaryRate>13</DocumentaryRate>
  <Expences>11</Expences>
  <ExpencesNoTax>12</ExpencesNoTax>
  <Id>1</Id>
  <InsuranceTypeId>5</InsuranceTypeId>
  <InsuranceTypeSubId>6</InsuranceTypeSubId>
  <PolicyNo>sample string 4</PolicyNo>
  <UpdatedDate>2025-07-17T19:17:23.16809+08:00</UpdatedDate>
  <UpdatedUserId>10</UpdatedUserId>
</InsuranceOtherStatement>

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.