GET api/masters/AccountGroups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of T_A_Groups| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupID | integer |
None. |
|
| GroupName | string |
None. |
|
| ParentId | decimal number |
None. |
|
| HeadID | integer |
None. |
|
| Bitsstatus | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GroupID": 1,
"GroupName": "sample string 2",
"ParentId": 3.0,
"HeadID": 4,
"Bitsstatus": 5.0
},
{
"GroupID": 1,
"GroupName": "sample string 2",
"ParentId": 3.0,
"HeadID": 4,
"Bitsstatus": 5.0
}
]
application/xml, text/xml
Sample:
<ArrayOfT_A_Groups xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Login.Models">
<T_A_Groups>
<Bitsstatus>5</Bitsstatus>
<GroupID>1</GroupID>
<GroupName>sample string 2</GroupName>
<HeadID>4</HeadID>
<ParentId>3</ParentId>
</T_A_Groups>
<T_A_Groups>
<Bitsstatus>5</Bitsstatus>
<GroupID>1</GroupID>
<GroupName>sample string 2</GroupName>
<HeadID>4</HeadID>
<ParentId>3</ParentId>
</T_A_Groups>
</ArrayOfT_A_Groups>