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

Gets close register payment list.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Open Register Id.

integer

Required

type

List Type.

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CloseRegisterPaymentMethod
NameDescriptionTypeAdditional information
UpdateType

string

None.

CloseRegisterPaymentMethodId

integer

None.

OpenRegisterId

integer

None.

PaymentMethodId

integer

None.

PaymentMethod

string

None.

ActualAmount

decimal number

None.

CalculatedAmount

decimal number

None.

OrganizationId

integer

None.

GlobalId

string

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UpdateType": "sample string 1",
    "CloseRegisterPaymentMethodId": 2,
    "OpenRegisterId": 1,
    "PaymentMethodId": 1,
    "PaymentMethod": "sample string 3",
    "ActualAmount": 1.0,
    "CalculatedAmount": 1.0,
    "OrganizationId": 1,
    "GlobalId": "sample string 4",
    "UpdatedDate": "2026-01-25T18:02:39.8991216+00:00",
    "UpdatedBy": "sample string 5"
  },
  {
    "UpdateType": "sample string 1",
    "CloseRegisterPaymentMethodId": 2,
    "OpenRegisterId": 1,
    "PaymentMethodId": 1,
    "PaymentMethod": "sample string 3",
    "ActualAmount": 1.0,
    "CalculatedAmount": 1.0,
    "OrganizationId": 1,
    "GlobalId": "sample string 4",
    "UpdatedDate": "2026-01-25T18:02:39.8991216+00:00",
    "UpdatedBy": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCloseRegisterPaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <CloseRegisterPaymentMethod>
    <ActualAmount>1</ActualAmount>
    <CalculatedAmount>1</CalculatedAmount>
    <CloseRegisterPaymentMethodId>2</CloseRegisterPaymentMethodId>
    <GlobalId>sample string 4</GlobalId>
    <OpenRegisterId>1</OpenRegisterId>
    <OrganizationId>1</OrganizationId>
    <PaymentMethod>sample string 3</PaymentMethod>
    <PaymentMethodId>1</PaymentMethodId>
    <UpdateType>sample string 1</UpdateType>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDate>2026-01-25T18:02:39.8991216+00:00</UpdatedDate>
  </CloseRegisterPaymentMethod>
  <CloseRegisterPaymentMethod>
    <ActualAmount>1</ActualAmount>
    <CalculatedAmount>1</CalculatedAmount>
    <CloseRegisterPaymentMethodId>2</CloseRegisterPaymentMethodId>
    <GlobalId>sample string 4</GlobalId>
    <OpenRegisterId>1</OpenRegisterId>
    <OrganizationId>1</OrganizationId>
    <PaymentMethod>sample string 3</PaymentMethod>
    <PaymentMethodId>1</PaymentMethodId>
    <UpdateType>sample string 1</UpdateType>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDate>2026-01-25T18:02:39.8991216+00:00</UpdatedDate>
  </CloseRegisterPaymentMethod>
</ArrayOfCloseRegisterPaymentMethod>