GET api/v1/Account/GetPaymentConfigs
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| Id | integer |
None. |
|
| PrsId | integer |
None. |
|
| PrsAccountName | string |
None. |
|
| GroupId | integer |
None. |
|
| GroupReference | string |
None. |
|
| SubdomainReference | string |
None. |
|
| GroupName | string |
None. |
|
| string |
None. |
||
| Parent | integer |
None. |
|
| PhoneNumber | string |
None. |
|
| Country | string |
None. |
|
| AssociatedGroups | Collection of AssociatedUserGroups |
None. |
|
| CreateDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByName | string |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdateDate | date |
None. |
|
| MultiLaneId | integer |
None. |
|
| MultiLaneParentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Id": 2,
"PrsId": 3,
"PrsAccountName": "sample string 4",
"GroupId": 5,
"GroupReference": "sample string 6",
"SubdomainReference": "sample string 7",
"GroupName": "sample string 8",
"Email": "sample string 9",
"Parent": 10,
"PhoneNumber": "sample string 11",
"Country": "sample string 12",
"AssociatedGroups": [
{
"Id": 1,
"Prs_Id": 2,
"MultiLaneId": 3,
"MultiLaneParentId": 4,
"Name": "sample string 5"
},
{
"Id": 1,
"Prs_Id": 2,
"MultiLaneId": 3,
"MultiLaneParentId": 4,
"Name": "sample string 5"
}
],
"CreateDate": "2026-02-04T02:37:36.0629855+00:00",
"CreatedBy": 1,
"CreatedByName": "sample string 13",
"UpdatedBy": 1,
"UpdateDate": "2026-02-04T02:37:36.0629855+00:00",
"MultiLaneId": 1,
"MultiLaneParentId": 1
}
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEntities.Models.Account">
<AssociatedGroups>
<AssociatedUserGroups>
<Id>1</Id>
<MultiLaneId>3</MultiLaneId>
<MultiLaneParentId>4</MultiLaneParentId>
<Name>sample string 5</Name>
<Prs_Id>2</Prs_Id>
</AssociatedUserGroups>
<AssociatedUserGroups>
<Id>1</Id>
<MultiLaneId>3</MultiLaneId>
<MultiLaneParentId>4</MultiLaneParentId>
<Name>sample string 5</Name>
<Prs_Id>2</Prs_Id>
</AssociatedUserGroups>
</AssociatedGroups>
<Country>sample string 12</Country>
<CreateDate>2026-02-04T02:37:36.0629855+00:00</CreateDate>
<CreatedBy>1</CreatedBy>
<CreatedByName>sample string 13</CreatedByName>
<Email>sample string 9</Email>
<GroupId>5</GroupId>
<GroupName>sample string 8</GroupName>
<GroupReference>sample string 6</GroupReference>
<Id>2</Id>
<MultiLaneId>1</MultiLaneId>
<MultiLaneParentId>1</MultiLaneParentId>
<Parent>10</Parent>
<PhoneNumber>sample string 11</PhoneNumber>
<PrsAccountName>sample string 4</PrsAccountName>
<PrsId>3</PrsId>
<SubdomainReference>sample string 7</SubdomainReference>
<UpdateDate>2026-02-04T02:37:36.0629855+00:00</UpdateDate>
<UpdatedBy>1</UpdatedBy>
<Username>sample string 1</Username>
</User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.