POST api/CloseRegisterPaymentMethod
Creates new close register payment method.
Request Information
URI Parameters
None.
Body Parameters
OpenCloseRegister.
CloseRegisterPaymentMethod| Name | Description | Type | Additional 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. |
Request 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-26T15:49:49.1365447+00:00",
"UpdatedBy": "sample string 5"
}
application/xml, text/xml
Sample:
<CloseRegisterPaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <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-26T15:49:49.1365447+00:00</UpdatedDate> </CloseRegisterPaymentMethod>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CloseRegisterPaymentMethod| Name | Description | Type | Additional 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-26T15:49:49.149839+00:00",
"UpdatedBy": "sample string 5"
}
application/xml, text/xml
Sample:
<CloseRegisterPaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <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-26T15:49:49.149839+00:00</UpdatedDate> </CloseRegisterPaymentMethod>