POST api/GODIGIT/InsertClaimOutofSIBuferUtilization_audit

Request Information

URI Parameters

None.

Body Parameters

ClaimOutOfSIUtilization
NameDescriptionTypeAdditional information
AuditID

integer

None.

TransactionDateTime

date

None.

ID

integer

None.

RuleID

integer

None.

MainmemberID

integer

None.

MemberPolicyID

integer

None.

ClaimID

integer

None.

Slno

byte

None.

PropertyValueID

integer

None.

Serviceid

integer

None.

TPAProcedureID

integer

None.

InsurerPCSID

integer

None.

Utilized

decimal number

None.

Approved

decimal number

None.

Blocked

decimal number

None.

BalanceSI

decimal number

None.

ClosedDate

date

None.

Deleted

boolean

None.

CreatedBy

integer

None.

CreatedDateTime

date

None.

ModifiedBy

integer

None.

ModifiedDateTime

date

None.

DeletedBy

integer

None.

DeletedDatetime

date

None.

UtilizedDatetime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "AuditID": 1,
  "TransactionDateTime": "2026-08-10T06:27:35.9187598+05:30",
  "ID": 1,
  "RuleID": 1,
  "MainmemberID": 1,
  "MemberPolicyID": 1,
  "ClaimID": 1,
  "Slno": 64,
  "PropertyValueID": 1,
  "Serviceid": 1,
  "TPAProcedureID": 1,
  "InsurerPCSID": 1,
  "Utilized": 1.0,
  "Approved": 1.0,
  "Blocked": 1.0,
  "BalanceSI": 1.0,
  "ClosedDate": "2026-08-10T06:27:35.9187598+05:30",
  "Deleted": true,
  "CreatedBy": 1,
  "CreatedDateTime": "2026-08-10T06:27:35.9187598+05:30",
  "ModifiedBy": 1,
  "ModifiedDateTime": "2026-08-10T06:27:35.9187598+05:30",
  "DeletedBy": 1,
  "DeletedDatetime": "2026-08-10T06:27:35.9187598+05:30",
  "UtilizedDatetime": "2026-08-10T06:27:35.9187598+05:30"
}

application/xml, text/xml

Sample:
<ClaimOutOfSIUtilization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Go_Digit_API_new.Models">
  <Approved>1</Approved>
  <AuditID>1</AuditID>
  <BalanceSI>1</BalanceSI>
  <Blocked>1</Blocked>
  <ClaimID>1</ClaimID>
  <ClosedDate>2026-08-10T06:27:35.9187598+05:30</ClosedDate>
  <CreatedBy>1</CreatedBy>
  <CreatedDateTime>2026-08-10T06:27:35.9187598+05:30</CreatedDateTime>
  <Deleted>true</Deleted>
  <DeletedBy>1</DeletedBy>
  <DeletedDatetime>2026-08-10T06:27:35.9187598+05:30</DeletedDatetime>
  <ID>1</ID>
  <InsurerPCSID>1</InsurerPCSID>
  <MainmemberID>1</MainmemberID>
  <MemberPolicyID>1</MemberPolicyID>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDateTime>2026-08-10T06:27:35.9187598+05:30</ModifiedDateTime>
  <PropertyValueID>1</PropertyValueID>
  <RuleID>1</RuleID>
  <Serviceid>1</Serviceid>
  <Slno>64</Slno>
  <TPAProcedureID>1</TPAProcedureID>
  <TransactionDateTime>2026-08-10T06:27:35.9187598+05:30</TransactionDateTime>
  <Utilized>1</Utilized>
  <UtilizedDatetime>2026-08-10T06:27:35.9187598+05:30</UtilizedDatetime>
</ClaimOutOfSIUtilization>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClaimOutOfSIUtilization'.

Response Information

Resource Description

None.