GET api/CoreAPI/PersonAgreementAccountInquiry
Request Information
URI Parameters
None.
Body Parameters
PersonAgreementAccountInquiryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AvailableMethodCode | string |
None. |
|
| CardAgreementNumber | decimal number |
None. |
|
| EAgreementNumber | decimal number |
None. |
|
| GetAllRiskRatingsHistory | boolean |
None. |
|
| GetRtxnDataYN | boolean |
None. |
|
| UserId | string |
None. |
|
| ParentRequestNumber | string |
None. |
|
| RequestNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AvailableMethodCode": "sample string 1",
"CardAgreementNumber": 1.0,
"EAgreementNumber": 1.0,
"GetAllRiskRatingsHistory": true,
"GetRtxnDataYN": true,
"UserId": "sample string 2",
"ParentRequestNumber": "sample string 3",
"RequestNumber": "sample string 4"
}
application/xml, text/xml
Sample:
<PersonAgreementAccountInquiryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.opensolutions.com/CoreApi"> <ParentRequestNumber>sample string 3</ParentRequestNumber> <RequestNumber>sample string 4</RequestNumber> <AvailableMethodCode>sample string 1</AvailableMethodCode> <CardAgreementNumber>1</CardAgreementNumber> <EAgreementNumber>1</EAgreementNumber> <GetAllRiskRatingsHistory>true</GetAllRiskRatingsHistory> <GetRtxnDataYN>true</GetRtxnDataYN> <UserId>sample string 2</UserId> </PersonAgreementAccountInquiryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |