POST APIControllers/Policy/IOSCreateD2dClaimRefund

Request Information

URI Parameters

None.

Body Parameters

IOSCreateD2dClaimRefundRequest
NameDescriptionTypeAdditional information
securityKey

string

None.

consultationDate

date

None.

contactId

integer

None.

cardId

integer

None.

insuranceBenefitId

integer

None.

d2dClaimRefundTypeId

integer

None.

amount

decimal number

None.

photoByteArray

string

None.

Request Formats

application/json, text/json

Sample:
{
  "securityKey": "sample string 1",
  "consultationDate": "2025-08-28T10:55:26.2869765+02:00",
  "contactId": 3,
  "cardId": 4,
  "insuranceBenefitId": 5,
  "d2dClaimRefundTypeId": 6,
  "amount": 7.0,
  "photoByteArray": "sample string 8"
}

application/xml, text/xml

Sample:
<IOSCreateD2dClaimRefundRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mobile.oneplan.co.za.Models">
  <amount>7</amount>
  <cardId>4</cardId>
  <consultationDate>2025-08-28T10:55:26.2869765+02:00</consultationDate>
  <contactId>3</contactId>
  <d2dClaimRefundTypeId>6</d2dClaimRefundTypeId>
  <insuranceBenefitId>5</insuranceBenefitId>
  <photoByteArray>sample string 8</photoByteArray>
  <securityKey>sample string 1</securityKey>
</IOSCreateD2dClaimRefundRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.