POST APIControllers/Policy/IOSCreateD2dClaimRefundSimplifiedMultipleAttachments

Request Information

URI Parameters

None.

Body Parameters

IOSCreateD2dClaimRefundSimplifiedMultipleAttachmentsRequest
NameDescriptionTypeAdditional information
securityKey

string

None.

contactId

integer

None.

d2dClaimRefundTypeId

integer

None.

photoByteArray

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "securityKey": "sample string 1",
  "contactId": 2,
  "d2dClaimRefundTypeId": 3,
  "photoByteArray": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<IOSCreateD2dClaimRefundSimplifiedMultipleAttachmentsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mobile.oneplan.co.za.Models">
  <contactId>2</contactId>
  <d2dClaimRefundTypeId>3</d2dClaimRefundTypeId>
  <photoByteArray xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </photoByteArray>
  <securityKey>sample string 1</securityKey>
</IOSCreateD2dClaimRefundSimplifiedMultipleAttachmentsRequest>

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.