POST api/InsertCompanyWireInNotification

Request Information

URI Parameters

None.

Body Parameters

WHCompanyWireInNotificationModel
NameDescriptionTypeAdditional information
action

string

None.

payload

WHCompanyWireInNotificationPaylodModel

None.

Request Formats

application/json, text/json

Sample:
{
  "action": "sample string 1",
  "payload": {
    "sender_name": "sample string 1",
    "sender_iban": "sample string 2",
    "receiver_name": "sample string 3",
    "receiver_iban": "sample string 4",
    "receiver_account_number": "sample string 5",
    "receiver_sort_code": "sample string 6",
    "company": "sample string 7",
    "wallet": "sample string 8",
    "external_transaction": "sample string 9",
    "amount": "sample string 10",
    "currency": "sample string 11",
    "status": "sample string 12",
    "instance": "sample string 13",
    "reference": "sample string 14",
    "step": "sample string 15"
  }
}

application/xml, text/xml

Sample:
<WHCompanyWireInNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities">
  <action>sample string 1</action>
  <payload>
    <amount>sample string 10</amount>
    <company>sample string 7</company>
    <currency>sample string 11</currency>
    <external_transaction>sample string 9</external_transaction>
    <instance>sample string 13</instance>
    <receiver_account_number>sample string 5</receiver_account_number>
    <receiver_iban>sample string 4</receiver_iban>
    <receiver_name>sample string 3</receiver_name>
    <receiver_sort_code>sample string 6</receiver_sort_code>
    <reference>sample string 14</reference>
    <sender_iban>sample string 2</sender_iban>
    <sender_name>sample string 1</sender_name>
    <status>sample string 12</status>
    <step>sample string 15</step>
    <wallet>sample string 8</wallet>
  </payload>
</WHCompanyWireInNotificationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.