POST Admin/OtherStatement/Detail

Request Information

URI Parameters

None.

Body Parameters

InsuranceOtherStatementDetail
NameDescriptionTypeAdditional information
Id

integer

None.

OtherStmtId

integer

None.

CreatedUserId

integer

None.

CreatedDate

date

None.

UpdatedUserId

integer

None.

UpdatedDate

date

None.

Amount

decimal number

None.

StatusId1

boolean

None.

StatusId2

integer

None.

InOrgAccountId

integer

None.

InvoiceNo

string

None.

StatusId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OtherStmtId": 2,
  "CreatedUserId": 3,
  "CreatedDate": "2025-07-17T19:39:32.2071393+08:00",
  "UpdatedUserId": 5,
  "UpdatedDate": "2025-07-17T19:39:32.2071393+08:00",
  "Amount": 7.0,
  "StatusId1": true,
  "StatusId2": 9,
  "InOrgAccountId": 10,
  "InvoiceNo": "sample string 11",
  "StatusId": 12
}

application/xml, text/xml

Sample:
<InsuranceOtherStatementDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <Amount>7</Amount>
  <CreatedDate>2025-07-17T19:39:32.2071393+08:00</CreatedDate>
  <CreatedUserId>3</CreatedUserId>
  <Id>1</Id>
  <InOrgAccountId>10</InOrgAccountId>
  <InvoiceNo>sample string 11</InvoiceNo>
  <OtherStmtId>2</OtherStmtId>
  <StatusId>12</StatusId>
  <StatusId1>true</StatusId1>
  <StatusId2>9</StatusId2>
  <UpdatedDate>2025-07-17T19:39:32.2071393+08:00</UpdatedDate>
  <UpdatedUserId>5</UpdatedUserId>
</InsuranceOtherStatementDetail>

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.