GET api/v1/Request/Accounts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AccountDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Account | integer |
None. |
|
| Name | string |
None. |
|
| ExternalReference | integer |
None. |
|
| Status | integer |
None. |
|
| Active | integer |
None. |
|
| SMTP_SmtpAddress | string |
None. |
|
| SMTP_Email | string |
None. |
|
| SMTP_DisplayName | string |
None. |
|
| SendBackHeaders | string |
None. |
|
| ReminderEmail | integer |
None. |
|
| StripeAccountID | string |
None. |
|
| PaypalAccountID | string |
None. |
|
| ProductionEnvironment | boolean |
None. |
|
| SMSFrom | string |
None. |
|
| TrackingURL | string |
None. |
|
| TrackingURLAddons | string |
None. |
|
| SendSMS | boolean |
None. |
|
| PaymentTypes | string |
None. |
|
| StripePercentageFee | integer |
None. |
|
| StripeStaticFee | integer |
None. |
|
| PaypalPercentageFee | integer |
None. |
|
| PaypalStaticFee | integer |
None. |
|
| PaypalSecretKey | string |
None. |
|
| PaypalSecretKeyTest | string |
None. |
|
| PasswordExpiryDays | integer |
None. |
|
| SMSPrice | decimal number |
None. |
|
| HomePageColumn | string |
None. |
|
| InformationRequired | boolean |
None. |
|
| AllowPaymentRequestUpdates | boolean |
None. |
|
| MultiLane | boolean |
None. |
|
| LaneDestination | string |
None. |
|
| LaneName | string |
None. |
|
| CreatedByName | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreateDate | date |
None. |
|
| CreateDateText | string |
None. |
|
| UpdatedBy | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID_Account": 1,
"Name": "sample string 2",
"ExternalReference": 1,
"Status": 3,
"Active": 1,
"SMTP_SmtpAddress": "sample string 4",
"SMTP_Email": "sample string 5",
"SMTP_DisplayName": "sample string 6",
"SendBackHeaders": "sample string 7",
"ReminderEmail": 1,
"StripeAccountID": "sample string 8",
"PaypalAccountID": "sample string 9",
"ProductionEnvironment": true,
"SMSFrom": "sample string 11",
"TrackingURL": "sample string 12",
"TrackingURLAddons": "sample string 13",
"SendSMS": true,
"PaymentTypes": "sample string 15",
"StripePercentageFee": 1,
"StripeStaticFee": 1,
"PaypalPercentageFee": 1,
"PaypalStaticFee": 1,
"PaypalSecretKey": "sample string 16",
"PaypalSecretKeyTest": "sample string 17",
"PasswordExpiryDays": 1,
"SMSPrice": 1.0,
"HomePageColumn": "sample string 18",
"InformationRequired": true,
"AllowPaymentRequestUpdates": true,
"MultiLane": true,
"LaneDestination": "sample string 22",
"LaneName": "sample string 23",
"CreatedByName": "sample string 24",
"CreatedBy": 25,
"CreateDate": "2026-02-04T02:37:37.6103783+00:00",
"CreateDateText": "sample string 26",
"UpdatedBy": 27
},
{
"ID_Account": 1,
"Name": "sample string 2",
"ExternalReference": 1,
"Status": 3,
"Active": 1,
"SMTP_SmtpAddress": "sample string 4",
"SMTP_Email": "sample string 5",
"SMTP_DisplayName": "sample string 6",
"SendBackHeaders": "sample string 7",
"ReminderEmail": 1,
"StripeAccountID": "sample string 8",
"PaypalAccountID": "sample string 9",
"ProductionEnvironment": true,
"SMSFrom": "sample string 11",
"TrackingURL": "sample string 12",
"TrackingURLAddons": "sample string 13",
"SendSMS": true,
"PaymentTypes": "sample string 15",
"StripePercentageFee": 1,
"StripeStaticFee": 1,
"PaypalPercentageFee": 1,
"PaypalStaticFee": 1,
"PaypalSecretKey": "sample string 16",
"PaypalSecretKeyTest": "sample string 17",
"PasswordExpiryDays": 1,
"SMSPrice": 1.0,
"HomePageColumn": "sample string 18",
"InformationRequired": true,
"AllowPaymentRequestUpdates": true,
"MultiLane": true,
"LaneDestination": "sample string 22",
"LaneName": "sample string 23",
"CreatedByName": "sample string 24",
"CreatedBy": 25,
"CreateDate": "2026-02-04T02:37:37.6103783+00:00",
"CreateDateText": "sample string 26",
"UpdatedBy": 27
}
]
application/xml, text/xml
Sample:
<ArrayOfPRS.AccountDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEntities.Models">
<PRS.AccountDetails>
<Active>1</Active>
<AllowPaymentRequestUpdates>true</AllowPaymentRequestUpdates>
<CreateDate>2026-02-04T02:37:37.6103783+00:00</CreateDate>
<CreateDateText>sample string 26</CreateDateText>
<CreatedBy>25</CreatedBy>
<CreatedByName>sample string 24</CreatedByName>
<ExternalReference>1</ExternalReference>
<HomePageColumn>sample string 18</HomePageColumn>
<ID_Account>1</ID_Account>
<InformationRequired>true</InformationRequired>
<LaneDestination>sample string 22</LaneDestination>
<LaneName>sample string 23</LaneName>
<MultiLane>true</MultiLane>
<Name>sample string 2</Name>
<PasswordExpiryDays>1</PasswordExpiryDays>
<PaymentTypes>sample string 15</PaymentTypes>
<PaypalAccountID>sample string 9</PaypalAccountID>
<PaypalPercentageFee>1</PaypalPercentageFee>
<PaypalSecretKey>sample string 16</PaypalSecretKey>
<PaypalSecretKeyTest>sample string 17</PaypalSecretKeyTest>
<PaypalStaticFee>1</PaypalStaticFee>
<ProductionEnvironment>true</ProductionEnvironment>
<ReminderEmail>1</ReminderEmail>
<SMSFrom>sample string 11</SMSFrom>
<SMSPrice>1</SMSPrice>
<SMTP_DisplayName>sample string 6</SMTP_DisplayName>
<SMTP_Email>sample string 5</SMTP_Email>
<SMTP_SmtpAddress>sample string 4</SMTP_SmtpAddress>
<SendBackHeaders>sample string 7</SendBackHeaders>
<SendSMS>true</SendSMS>
<Status>3</Status>
<StripeAccountID>sample string 8</StripeAccountID>
<StripePercentageFee>1</StripePercentageFee>
<StripeStaticFee>1</StripeStaticFee>
<TrackingURL>sample string 12</TrackingURL>
<TrackingURLAddons>sample string 13</TrackingURLAddons>
<UpdatedBy>27</UpdatedBy>
</PRS.AccountDetails>
<PRS.AccountDetails>
<Active>1</Active>
<AllowPaymentRequestUpdates>true</AllowPaymentRequestUpdates>
<CreateDate>2026-02-04T02:37:37.6103783+00:00</CreateDate>
<CreateDateText>sample string 26</CreateDateText>
<CreatedBy>25</CreatedBy>
<CreatedByName>sample string 24</CreatedByName>
<ExternalReference>1</ExternalReference>
<HomePageColumn>sample string 18</HomePageColumn>
<ID_Account>1</ID_Account>
<InformationRequired>true</InformationRequired>
<LaneDestination>sample string 22</LaneDestination>
<LaneName>sample string 23</LaneName>
<MultiLane>true</MultiLane>
<Name>sample string 2</Name>
<PasswordExpiryDays>1</PasswordExpiryDays>
<PaymentTypes>sample string 15</PaymentTypes>
<PaypalAccountID>sample string 9</PaypalAccountID>
<PaypalPercentageFee>1</PaypalPercentageFee>
<PaypalSecretKey>sample string 16</PaypalSecretKey>
<PaypalSecretKeyTest>sample string 17</PaypalSecretKeyTest>
<PaypalStaticFee>1</PaypalStaticFee>
<ProductionEnvironment>true</ProductionEnvironment>
<ReminderEmail>1</ReminderEmail>
<SMSFrom>sample string 11</SMSFrom>
<SMSPrice>1</SMSPrice>
<SMTP_DisplayName>sample string 6</SMTP_DisplayName>
<SMTP_Email>sample string 5</SMTP_Email>
<SMTP_SmtpAddress>sample string 4</SMTP_SmtpAddress>
<SendBackHeaders>sample string 7</SendBackHeaders>
<SendSMS>true</SendSMS>
<Status>3</Status>
<StripeAccountID>sample string 8</StripeAccountID>
<StripePercentageFee>1</StripePercentageFee>
<StripeStaticFee>1</StripeStaticFee>
<TrackingURL>sample string 12</TrackingURL>
<TrackingURLAddons>sample string 13</TrackingURLAddons>
<UpdatedBy>27</UpdatedBy>
</PRS.AccountDetails>
</ArrayOfPRS.AccountDetails>