GET api/v1/Request/Account/{Key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PRSAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| SendBackHeaders | string |
None. |
|
| ProductionEnvironment | boolean |
None. |
|
| PaypalAccountId | string |
None. |
|
| StripeAccountId | string |
None. |
|
| PaypalAccountIdTEST | string |
None. |
|
| PaymentTypes | string |
None. |
|
| ImageSizeLimit | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SendBackHeaders": "sample string 1",
"ProductionEnvironment": true,
"PaypalAccountId": "sample string 3",
"StripeAccountId": "sample string 4",
"PaypalAccountIdTEST": "sample string 5",
"PaymentTypes": "sample string 6",
"ImageSizeLimit": 7
}
application/xml, text/xml
Sample:
<PRS.PRSAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEntities.Models"> <ImageSizeLimit>7</ImageSizeLimit> <PaymentTypes>sample string 6</PaymentTypes> <PaypalAccountId>sample string 3</PaypalAccountId> <PaypalAccountIdTEST>sample string 5</PaypalAccountIdTEST> <ProductionEnvironment>true</ProductionEnvironment> <SendBackHeaders>sample string 1</SendBackHeaders> <StripeAccountId>sample string 4</StripeAccountId> </PRS.PRSAccount>