POST Admin/InsurancePolicySettlement/Detail/Batch

Request Information

URI Parameters

None.

Body Parameters

BatchSettlementDetail
NameDescriptionTypeAdditional information
List

Collection of InsuranceSettlementDetail

None.

Request Formats

application/json, text/json

Sample:
{
  "List": [
    {
      "Id": 1,
      "SettlementId": 2,
      "CreatedUserId": 3,
      "CreatedDate": "2025-07-17T10:09:26.8189455+08:00",
      "UpdatedUserId": 5,
      "UpdatedDate": "2025-07-17T10:09:26.8189455+08:00",
      "Amount": 7.0,
      "StatusId1": true,
      "StatusId2": 9,
      "OrgAccountId": 10,
      "InOrgAccountId": 11,
      "InvoiceNo": "sample string 12",
      "StatusId": 13
    },
    {
      "Id": 1,
      "SettlementId": 2,
      "CreatedUserId": 3,
      "CreatedDate": "2025-07-17T10:09:26.8189455+08:00",
      "UpdatedUserId": 5,
      "UpdatedDate": "2025-07-17T10:09:26.8189455+08:00",
      "Amount": 7.0,
      "StatusId1": true,
      "StatusId2": 9,
      "OrgAccountId": 10,
      "InOrgAccountId": 11,
      "InvoiceNo": "sample string 12",
      "StatusId": 13
    }
  ]
}

application/xml, text/xml

Sample:
<BatchSettlementDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Web.Models">
  <List xmlns:d2p1="http://schemas.datacontract.org/2004/07/ISM.Core">
    <d2p1:InsuranceSettlementDetail>
      <d2p1:Amount>7</d2p1:Amount>
      <d2p1:CreatedDate>2025-07-17T10:09:26.8189455+08:00</d2p1:CreatedDate>
      <d2p1:CreatedUserId>3</d2p1:CreatedUserId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:InOrgAccountId>11</d2p1:InOrgAccountId>
      <d2p1:InvoiceNo>sample string 12</d2p1:InvoiceNo>
      <d2p1:OrgAccountId>10</d2p1:OrgAccountId>
      <d2p1:SettlementId>2</d2p1:SettlementId>
      <d2p1:StatusId>13</d2p1:StatusId>
      <d2p1:StatusId1>true</d2p1:StatusId1>
      <d2p1:StatusId2>9</d2p1:StatusId2>
      <d2p1:UpdatedDate>2025-07-17T10:09:26.8189455+08:00</d2p1:UpdatedDate>
      <d2p1:UpdatedUserId>5</d2p1:UpdatedUserId>
    </d2p1:InsuranceSettlementDetail>
    <d2p1:InsuranceSettlementDetail>
      <d2p1:Amount>7</d2p1:Amount>
      <d2p1:CreatedDate>2025-07-17T10:09:26.8189455+08:00</d2p1:CreatedDate>
      <d2p1:CreatedUserId>3</d2p1:CreatedUserId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:InOrgAccountId>11</d2p1:InOrgAccountId>
      <d2p1:InvoiceNo>sample string 12</d2p1:InvoiceNo>
      <d2p1:OrgAccountId>10</d2p1:OrgAccountId>
      <d2p1:SettlementId>2</d2p1:SettlementId>
      <d2p1:StatusId>13</d2p1:StatusId>
      <d2p1:StatusId1>true</d2p1:StatusId1>
      <d2p1:StatusId2>9</d2p1:StatusId2>
      <d2p1:UpdatedDate>2025-07-17T10:09:26.8189455+08:00</d2p1:UpdatedDate>
      <d2p1:UpdatedUserId>5</d2p1:UpdatedUserId>
    </d2p1:InsuranceSettlementDetail>
  </List>
</BatchSettlementDetail>

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.