GET api/Register/{id}?type={type}

Gets a list of register.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Organization Id.

integer

Required

type

List Type.

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Register
NameDescriptionTypeAdditional information
UpdateType

string

None.

RegisterId

integer

None.

Name

string

None.

OutletId

integer

None.

OutletName

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

UpdatedDate

date

None.

GlobalId

string

None.

OrganizationId

integer

None.

IsOpen

integer

None.

RegisterStatus

string

None.

OpenRegisterId

integer

None.

OpenRegisterGlobalId

string

None.

SalesTaxRate

decimal number

None.

AmountCash

decimal number

None.

AmountCheck

decimal number

None.

AmountCreditCard

decimal number

None.

AmountDebitCard

decimal number

None.

AmountGiftCard

decimal number

None.

SalesReceiptHeaderText

string

None.

SalesReceiptFooterText

string

None.

OpenOrderCount

integer

None.

IsTrackCustomer

boolean

None.

OpenRegisterOpenByName

string

None.

OpenRegisterOpenDate

date

None.

RegisterTypeId

integer

None.

RegisterType

string

None.

DefaultOrderTypeId

integer

None.

DefaultOrderType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UpdateType": "sample string 1",
    "RegisterId": 2,
    "Name": "sample string 3",
    "OutletId": 4,
    "OutletName": "sample string 5",
    "CreatedBy": "sample string 6",
    "CreatedDate": "2026-01-27T03:11:41.7258618+00:00",
    "UpdatedBy": "sample string 7",
    "UpdatedByName": "sample string 8",
    "UpdatedDate": "2026-01-27T03:11:41.7258618+00:00",
    "GlobalId": "sample string 9",
    "OrganizationId": 1,
    "IsOpen": 10,
    "RegisterStatus": "sample string 11",
    "OpenRegisterId": 1,
    "OpenRegisterGlobalId": "sample string 12",
    "SalesTaxRate": 1.0,
    "AmountCash": 1.0,
    "AmountCheck": 1.0,
    "AmountCreditCard": 1.0,
    "AmountDebitCard": 1.0,
    "AmountGiftCard": 1.0,
    "SalesReceiptHeaderText": "sample string 13",
    "SalesReceiptFooterText": "sample string 14",
    "OpenOrderCount": 1,
    "IsTrackCustomer": true,
    "OpenRegisterOpenByName": "sample string 15",
    "OpenRegisterOpenDate": "2026-01-27T03:11:41.7414911+00:00",
    "RegisterTypeId": 1,
    "RegisterType": "sample string 16",
    "DefaultOrderTypeId": 1,
    "DefaultOrderType": "sample string 17"
  },
  {
    "UpdateType": "sample string 1",
    "RegisterId": 2,
    "Name": "sample string 3",
    "OutletId": 4,
    "OutletName": "sample string 5",
    "CreatedBy": "sample string 6",
    "CreatedDate": "2026-01-27T03:11:41.7258618+00:00",
    "UpdatedBy": "sample string 7",
    "UpdatedByName": "sample string 8",
    "UpdatedDate": "2026-01-27T03:11:41.7258618+00:00",
    "GlobalId": "sample string 9",
    "OrganizationId": 1,
    "IsOpen": 10,
    "RegisterStatus": "sample string 11",
    "OpenRegisterId": 1,
    "OpenRegisterGlobalId": "sample string 12",
    "SalesTaxRate": 1.0,
    "AmountCash": 1.0,
    "AmountCheck": 1.0,
    "AmountCreditCard": 1.0,
    "AmountDebitCard": 1.0,
    "AmountGiftCard": 1.0,
    "SalesReceiptHeaderText": "sample string 13",
    "SalesReceiptFooterText": "sample string 14",
    "OpenOrderCount": 1,
    "IsTrackCustomer": true,
    "OpenRegisterOpenByName": "sample string 15",
    "OpenRegisterOpenDate": "2026-01-27T03:11:41.7414911+00:00",
    "RegisterTypeId": 1,
    "RegisterType": "sample string 16",
    "DefaultOrderTypeId": 1,
    "DefaultOrderType": "sample string 17"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <Register>
    <AmountCash>1</AmountCash>
    <AmountCheck>1</AmountCheck>
    <AmountCreditCard>1</AmountCreditCard>
    <AmountDebitCard>1</AmountDebitCard>
    <AmountGiftCard>1</AmountGiftCard>
    <CreatedBy>sample string 6</CreatedBy>
    <CreatedDate>2026-01-27T03:11:41.7258618+00:00</CreatedDate>
    <DefaultOrderType>sample string 17</DefaultOrderType>
    <DefaultOrderTypeId>1</DefaultOrderTypeId>
    <GlobalId>sample string 9</GlobalId>
    <IsOpen>10</IsOpen>
    <IsTrackCustomer>true</IsTrackCustomer>
    <Name>sample string 3</Name>
    <OpenOrderCount>1</OpenOrderCount>
    <OpenRegisterGlobalId>sample string 12</OpenRegisterGlobalId>
    <OpenRegisterId>1</OpenRegisterId>
    <OpenRegisterOpenByName>sample string 15</OpenRegisterOpenByName>
    <OpenRegisterOpenDate>2026-01-27T03:11:41.7414911+00:00</OpenRegisterOpenDate>
    <OrganizationId>1</OrganizationId>
    <OutletId>4</OutletId>
    <OutletName>sample string 5</OutletName>
    <RegisterId>2</RegisterId>
    <RegisterStatus>sample string 11</RegisterStatus>
    <RegisterType>sample string 16</RegisterType>
    <RegisterTypeId>1</RegisterTypeId>
    <SalesReceiptFooterText>sample string 14</SalesReceiptFooterText>
    <SalesReceiptHeaderText>sample string 13</SalesReceiptHeaderText>
    <SalesTaxRate>1</SalesTaxRate>
    <UpdateType>sample string 1</UpdateType>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedByName>sample string 8</UpdatedByName>
    <UpdatedDate>2026-01-27T03:11:41.7258618+00:00</UpdatedDate>
  </Register>
  <Register>
    <AmountCash>1</AmountCash>
    <AmountCheck>1</AmountCheck>
    <AmountCreditCard>1</AmountCreditCard>
    <AmountDebitCard>1</AmountDebitCard>
    <AmountGiftCard>1</AmountGiftCard>
    <CreatedBy>sample string 6</CreatedBy>
    <CreatedDate>2026-01-27T03:11:41.7258618+00:00</CreatedDate>
    <DefaultOrderType>sample string 17</DefaultOrderType>
    <DefaultOrderTypeId>1</DefaultOrderTypeId>
    <GlobalId>sample string 9</GlobalId>
    <IsOpen>10</IsOpen>
    <IsTrackCustomer>true</IsTrackCustomer>
    <Name>sample string 3</Name>
    <OpenOrderCount>1</OpenOrderCount>
    <OpenRegisterGlobalId>sample string 12</OpenRegisterGlobalId>
    <OpenRegisterId>1</OpenRegisterId>
    <OpenRegisterOpenByName>sample string 15</OpenRegisterOpenByName>
    <OpenRegisterOpenDate>2026-01-27T03:11:41.7414911+00:00</OpenRegisterOpenDate>
    <OrganizationId>1</OrganizationId>
    <OutletId>4</OutletId>
    <OutletName>sample string 5</OutletName>
    <RegisterId>2</RegisterId>
    <RegisterStatus>sample string 11</RegisterStatus>
    <RegisterType>sample string 16</RegisterType>
    <RegisterTypeId>1</RegisterTypeId>
    <SalesReceiptFooterText>sample string 14</SalesReceiptFooterText>
    <SalesReceiptHeaderText>sample string 13</SalesReceiptHeaderText>
    <SalesTaxRate>1</SalesTaxRate>
    <UpdateType>sample string 1</UpdateType>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedByName>sample string 8</UpdatedByName>
    <UpdatedDate>2026-01-27T03:11:41.7258618+00:00</UpdatedDate>
  </Register>
</ArrayOfRegister>