GET api/ItemCategory/GetGroup/{bcode}/{dcode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bcode

integer

Required

dcode

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Group_Master
NameDescriptionTypeAdditional information
id

integer

None.

DepartmentId

string

None.

GroupId

string

None.

GroupName

string

None.

UserName

string

None.

EntryDate

date

None.

BranchCode

integer

None.

TotalItem

integer

None.

Position

integer

None.

DeleteRow

integer

None.

Child

Collection of EntityBaseNew

None.

Propertylist

Collection of PropertyInfo

None.

IsProperChangeApplied

boolean

None.

PropertychangeList

Collection of string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DeleteRow": 1,
    "id": 1,
    "DepartmentId": "sample string 2",
    "GroupId": "sample string 3",
    "GroupName": "sample string 4",
    "UserName": "sample string 5",
    "EntryDate": "2026-04-25T20:28:59.4358078+05:30",
    "BranchCode": 7
  },
  {
    "DeleteRow": 1,
    "id": 1,
    "DepartmentId": "sample string 2",
    "GroupId": "sample string 3",
    "GroupName": "sample string 4",
    "UserName": "sample string 5",
    "EntryDate": "2026-04-25T20:28:59.4358078+05:30",
    "BranchCode": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfGroup_Master xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SampurnSmartPOSEntity">
  <Group_Master>
    <DeleteRow>1</DeleteRow>
    <_x003C_BranchCode_x003E_k__BackingField>7</_x003C_BranchCode_x003E_k__BackingField>
    <_x003C_DepartmentId_x003E_k__BackingField>sample string 2</_x003C_DepartmentId_x003E_k__BackingField>
    <_x003C_EntryDate_x003E_k__BackingField>2026-04-25T20:28:59.4358078+05:30</_x003C_EntryDate_x003E_k__BackingField>
    <_x003C_GroupId_x003E_k__BackingField>sample string 3</_x003C_GroupId_x003E_k__BackingField>
    <_x003C_GroupName_x003E_k__BackingField>sample string 4</_x003C_GroupName_x003E_k__BackingField>
    <_x003C_UserName_x003E_k__BackingField>sample string 5</_x003C_UserName_x003E_k__BackingField>
    <_x003C_id_x003E_k__BackingField>1</_x003C_id_x003E_k__BackingField>
    <disposedValue>false</disposedValue>
  </Group_Master>
  <Group_Master>
    <DeleteRow>1</DeleteRow>
    <_x003C_BranchCode_x003E_k__BackingField>7</_x003C_BranchCode_x003E_k__BackingField>
    <_x003C_DepartmentId_x003E_k__BackingField>sample string 2</_x003C_DepartmentId_x003E_k__BackingField>
    <_x003C_EntryDate_x003E_k__BackingField>2026-04-25T20:28:59.4358078+05:30</_x003C_EntryDate_x003E_k__BackingField>
    <_x003C_GroupId_x003E_k__BackingField>sample string 3</_x003C_GroupId_x003E_k__BackingField>
    <_x003C_GroupName_x003E_k__BackingField>sample string 4</_x003C_GroupName_x003E_k__BackingField>
    <_x003C_UserName_x003E_k__BackingField>sample string 5</_x003C_UserName_x003E_k__BackingField>
    <_x003C_id_x003E_k__BackingField>1</_x003C_id_x003E_k__BackingField>
    <disposedValue>false</disposedValue>
  </Group_Master>
</ArrayOfGroup_Master>