GET api/Refunds/GetProviderDetails?paymentSpeed={paymentSpeed}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentSpeed | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RefundsCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorMessage | string |
None. |
|
| FormattedErrorMessage | string |
None. |
|
| Result | Object |
None. |
|
| ErrorResult | Collection of string |
None. |
|
| SuccessfulResult | Collection of string |
None. |
|
| IsSuccessful | boolean |
None. |
|
| Signupurl | URI |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorMessage": "sample string 1",
"FormattedErrorMessage": "sample string 2",
"Result": {},
"ErrorResult": [
"sample string 1",
"sample string 2"
],
"SuccessfulResult": [
"sample string 1",
"sample string 2"
],
"IsSuccessful": true,
"Signupurl": "http://webapihelppage5.com"
}
application/xml, text/xml
Sample:
<RefundsCommonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Common">
<ErrorMessage>sample string 1</ErrorMessage>
<ErrorResult xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ErrorResult>
<FormattedErrorMessage>sample string 2</FormattedErrorMessage>
<IsSuccessful>true</IsSuccessful>
<Result />
<Signupurl>http://webapihelppage5.com/</Signupurl>
<SuccessfulResult xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</SuccessfulResult>
</RefundsCommonResult>