POST api/CreditCanary/CopcheckIntigration

Request Information

URI Parameters

None.

Body Parameters

clsCopcheckIntigrationRequestModel
NameDescriptionTypeAdditional 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"
}

application/xml, text/xml

Sample:
<clsCopcheckIntigrationRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PozitivePaymentEntity">
  <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>

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.