POST Admin/InsurancePolicySettlement/Detail
Request Information
URI Parameters
None.
Body Parameters
InsuranceSettlementDetailName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SettlementId | integer |
None. |
|
CreatedUserId | integer |
None. |
|
CreatedDate | date |
None. |
|
UpdatedUserId | integer |
None. |
|
UpdatedDate | date |
None. |
|
Amount | decimal number |
None. |
|
StatusId1 | boolean |
None. |
|
StatusId2 | integer |
None. |
|
OrgAccountId | integer |
None. |
|
InOrgAccountId | integer |
None. |
|
InvoiceNo | string |
None. |
|
StatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "SettlementId": 2, "CreatedUserId": 3, "CreatedDate": "2025-07-17T13:51:07.4586431+08:00", "UpdatedUserId": 5, "UpdatedDate": "2025-07-17T13:51:07.4586431+08:00", "Amount": 7.0, "StatusId1": true, "StatusId2": 9, "OrgAccountId": 10, "InOrgAccountId": 11, "InvoiceNo": "sample string 12", "StatusId": 13 }
application/xml, text/xml
Sample:
<InsuranceSettlementDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core"> <Amount>7</Amount> <CreatedDate>2025-07-17T13:51:07.4586431+08:00</CreatedDate> <CreatedUserId>3</CreatedUserId> <Id>1</Id> <InOrgAccountId>11</InOrgAccountId> <InvoiceNo>sample string 12</InvoiceNo> <OrgAccountId>10</OrgAccountId> <SettlementId>2</SettlementId> <StatusId>13</StatusId> <StatusId1>true</StatusId1> <StatusId2>9</StatusId2> <UpdatedDate>2025-07-17T13:51:07.4586431+08:00</UpdatedDate> <UpdatedUserId>5</UpdatedUserId> </InsuranceSettlementDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.