POST NotificationiEColl/index

Request Information

URI Parameters

None.

Body Parameters

ICICIECollectionStatus
NameDescriptionTypeAdditional information
requestId

string

None.

service

string

None.

encryptedKey

string

None.

iv

string

None.

encryptedData

string

None.

Request Formats

application/json, text/json

Sample:
{
  "requestId": "sample string 1",
  "service": "sample string 2",
  "encryptedKey": "sample string 3",
  "iv": "sample string 4",
  "encryptedData": "sample string 5"
}

application/xml, text/xml

Sample:
<ICICIECollectionStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.MoneyTransfer">
  <encryptedData>sample string 5</encryptedData>
  <encryptedKey>sample string 3</encryptedKey>
  <iv>sample string 4</iv>
  <requestId>sample string 1</requestId>
  <service>sample string 2</service>
</ICICIECollectionStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ICICIECollectionReturnData
NameDescriptionTypeAdditional information
requestId

string

None.

service

string

None.

encryptedKey

string

None.

oaepHashingAlgorithm

string

None.

iv

string

None.

encryptedData

string

None.

clientInfo

string

None.

optionalParam

string

None.

Response Formats

application/json, text/json

Sample:
{
  "requestId": "sample string 1",
  "service": "sample string 2",
  "encryptedKey": "sample string 3",
  "oaepHashingAlgorithm": "sample string 4",
  "iv": "sample string 5",
  "encryptedData": "sample string 6",
  "clientInfo": "sample string 7",
  "optionalParam": "sample string 8"
}

application/xml, text/xml

Sample:
<ICICIECollectionReturnData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.MoneyTransfer">
  <clientInfo>sample string 7</clientInfo>
  <encryptedData>sample string 6</encryptedData>
  <encryptedKey>sample string 3</encryptedKey>
  <iv>sample string 5</iv>
  <oaepHashingAlgorithm>sample string 4</oaepHashingAlgorithm>
  <optionalParam>sample string 8</optionalParam>
  <requestId>sample string 1</requestId>
  <service>sample string 2</service>
</ICICIECollectionReturnData>