GET api/Values/getValidationServiceResult?result={result}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
result | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ValidationServiceResultName | Description | Type | Additional information |
---|---|---|---|
correlationIdentifier | string |
None. |
|
bankReference | string |
None. |
|
status | string |
None. |
|
reasonCode | string |
None. |
|
counterPartyName | string |
None. |
|
counterPartyVerifiedName | string |
None. |
|
counterPartyType | string |
None. |
|
counterPartyCode | string |
None. |
|
counterPartyBankCode | string |
None. |
|
counterPartyIssuerIdentificationNumber | string |
None. |
|
counterPartyAccountType | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "correlationIdentifier": "sample string 1", "bankReference": "sample string 2", "status": "sample string 3", "reasonCode": "sample string 4", "counterPartyName": "sample string 5", "counterPartyVerifiedName": "sample string 6", "counterPartyType": "sample string 7", "counterPartyCode": "sample string 8", "counterPartyBankCode": "sample string 9", "counterPartyIssuerIdentificationNumber": "sample string 10", "counterPartyAccountType": "sample string 11" }
application/xml, text/xml
Sample:
<ValidationServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBankingASP.NET.Models.CounterPartyValidationService"> <bankReference>sample string 2</bankReference> <correlationIdentifier>sample string 1</correlationIdentifier> <counterPartyAccountType>sample string 11</counterPartyAccountType> <counterPartyBankCode>sample string 9</counterPartyBankCode> <counterPartyCode>sample string 8</counterPartyCode> <counterPartyIssuerIdentificationNumber>sample string 10</counterPartyIssuerIdentificationNumber> <counterPartyName>sample string 5</counterPartyName> <counterPartyType>sample string 7</counterPartyType> <counterPartyVerifiedName>sample string 6</counterPartyVerifiedName> <reasonCode>sample string 4</reasonCode> <status>sample string 3</status> </ValidationServiceResult>