POST api/CreditCanary/BulkCopcheckIntigration
Request Information
URI Parameters
None.
Body Parameters
Collection of clsCopcheckIntigrationRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | string |
None. |
|
| applicationId | string |
None. |
|
| customerName | string |
None. |
|
| bankAccount | string |
None. |
|
| sortCode | string |
None. |
|
| accountType | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"customerId": "sample string 1",
"applicationId": "sample string 2",
"customerName": "sample string 3",
"bankAccount": "sample string 4",
"sortCode": "sample string 5",
"accountType": "sample string 6"
},
{
"customerId": "sample string 1",
"applicationId": "sample string 2",
"customerName": "sample string 3",
"bankAccount": "sample string 4",
"sortCode": "sample string 5",
"accountType": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfclsCopcheckIntigrationRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PozitivePaymentEntity">
<clsCopcheckIntigrationRequestModel>
<accountType>sample string 6</accountType>
<applicationId>sample string 2</applicationId>
<bankAccount>sample string 4</bankAccount>
<customerId>sample string 1</customerId>
<customerName>sample string 3</customerName>
<sortCode>sample string 5</sortCode>
</clsCopcheckIntigrationRequestModel>
<clsCopcheckIntigrationRequestModel>
<accountType>sample string 6</accountType>
<applicationId>sample string 2</applicationId>
<bankAccount>sample string 4</bankAccount>
<customerId>sample string 1</customerId>
<customerName>sample string 3</customerName>
<sortCode>sample string 5</sortCode>
</clsCopcheckIntigrationRequestModel>
</ArrayOfclsCopcheckIntigrationRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.