Update a cash drawer payment
patch
/fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerPayments/{publicSectorCashDrawerPaymentsUniqID}
Request
Path Parameters
-
publicSectorCashDrawerPaymentsUniqID(required): string
This is the hash key of the attributes which make up the composite key--- AgencyId, ReceiptNumber and ReceiptLineNumber ---for the Cash Drawer Payments resource and used to uniquely identify an instance of Cash Drawer Payments. The client should not generate the hash key value. Instead, the client should query on the Cash Drawer Payments collection resource with a filter on the primary key values in order to navigate to a specific instance of Cash Drawer Payments.
For example: publicSectorCashDrawerPayments?q=AgencyId=<value1>;ReceiptNumber=<value2>;ReceiptLineNumber=<value3>
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
ActualAmount: number
Title:
Actual AmountThe actual amount of the transaction after the cash drawer is reconciled. -
AmountOverage: number
Title:
Overage AmountThe amount more than the transaction amount after the cash drawer is reconciled. -
AmountShortage: number
Title:
Shortage AmountThe amount less than the transaction amount after the cash drawer is reconciled. -
BusinessEntityPartyId: integer
(int64)
The unique identifier for the business entity party associated with this transaction.
-
BusinessEntityProfileId: integer
(int64)
The unique identifier for the business entity profile associated with this transaction.
-
CashierId: string
Maximum Length:
50The unique identifier for the cashier. -
ChangeAmount: number
Title:
Change DueThe amount of money to be handed back to the payer if the payment received from the payer is more than the amount due. -
CheckDate: string
(date)
Title:
Check DateThe date that the check was received from the payer. -
CheckNumber: string
Title:
Check NumberMaximum Length:10The number of the check that was received from the payer. -
CheckoutId: string
Maximum Length:
50The unique identifier for the checkout data. -
Comments: string
Title:
CommentsMaximum Length:240Comments of the cash drawer payment. -
CreditAmountApplied: number
Default Value:
0Amount of credit applied to the payment. -
CreditAmountAvailable: number
Default Value:
0Amount available to apply payment on account credit. -
CreditAppliedFlag: string
Maximum Length:
1Default Value:NPayment on account credit is applied. -
CurrencyCode: string
Title:
CurrencyMaximum Length:3The currency code of coins and bills in the cash drawer. -
DepositSlipNumber: string
Maximum Length:
50The number of the deposit slip used in a deposit transaction. -
Description: string
Maximum Length:
100The description of the cash drawer. -
DrawerId: string
Maximum Length:
30The unique identifier for the cash drawer. -
LineAmount: number
Title:
AmountThat dollar amount that applies to a line item. -
PartyId: integer
(int64)
The unique identifier for the customer associated with the payment.
-
PayerAddress: string
Title:
AddressMaximum Length:240The address of the person who made the payment. -
PayerName: string
Title:
Payer NameMaximum Length:100The name of the person who made the payment. -
PaymentAmount: number
Title:
Recorded AmountThe total sum of money due for payment. -
PaymentMethodCode: string
Title:
Payment MethodMaximum Length:30Type of payment selected during checkout, for example, cash and check. -
PaymentReferenceId: string
Title:
Payment Reference IDMaximum Length:50The unique identifier for the reference value, which is created by the Payment Engine and is sent to the Payment Processor, Trust Account, and Cash Drawer as pass through data. -
PaymentStatus: string
Maximum Length:
30Default Value:ORA_PAIDIndicates the status of a payment. -
PrimaryId: string
Title:
Primary IDMaximum Length:3The unique identifier for the primary document used to identify the payer of a cash drawer check payment. -
ProfileId: integer
(int64)
The unique identifier for the profile.
-
PublishedStatusCode: string
Maximum Length:
30Default Value:ORA_UNPUBLISHEDIndicates whether reconciliation activity has been created for the transaction by code value. -
ReceiptDate: string
(date)
Title:
Receipt DateThe date that the receipt was created. -
ReceiptStatus: string
Maximum Length:
3The status of the receipt associated with the payment. -
ReconcileId: integer
(int64)
The unique identifier for the payment reconciliation.
-
ReconHistoryKey: integer
(int64)
Unique identifier for each bank reconciliation activity record.
-
ReversalFlag: string
Maximum Length:
1Default Value:NSpecifies whether the record is a reversal of a payment. -
ReversalReasonCd: string
Maximum Length:
30Identifies the reason code for a payment reversal. -
ReversalTransactionType: string
Title:
Reversal Transaction TypeMaximum Length:30Default Value:ORA_NONEIndicates type of reversal transaction. -
SecondaryId: string
Title:
Secondary IDMaximum Length:3The unique identifier for the secondary document used to identify the payer of a cash drawer check payment. -
SessionId: string
Maximum Length:
50The unique identifier for the cashier session. -
TotalTendAmount: number
Title:
Amount TenderedThe total sum of money received in payment from the payer. If this amount is more than the amount due, the difference is handed back to the payer.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version(required):
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : publicSectorCashDrawerPayments-item-response
Type:
Show Source
object-
ActualAmount: number
Title:
Actual AmountThe actual amount of the transaction after the cash drawer is reconciled. -
AgencyId: integer
(int32)
The identifier for the agency receiving incoming customer payments.
-
AmountOverage: number
Title:
Overage AmountThe amount more than the transaction amount after the cash drawer is reconciled. -
AmountShortage: number
Title:
Shortage AmountThe amount less than the transaction amount after the cash drawer is reconciled. -
BusinessEntityPartyId: integer
(int64)
The unique identifier for the business entity party associated with this transaction.
-
BusinessEntityProfileId: integer
(int64)
The unique identifier for the business entity profile associated with this transaction.
-
CashierId: string
Maximum Length:
50The unique identifier for the cashier. -
ChangeAmount: number
Title:
Change DueThe amount of money to be handed back to the payer if the payment received from the payer is more than the amount due. -
CheckDate: string
(date)
Title:
Check DateThe date that the check was received from the payer. -
CheckNumber: string
Title:
Check NumberMaximum Length:10The number of the check that was received from the payer. -
CheckoutId: string
Maximum Length:
50The unique identifier for the checkout data. -
Comments: string
Title:
CommentsMaximum Length:240Comments of the cash drawer payment. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time that the agency was created. -
CreditAmountApplied: number
Default Value:
0Amount of credit applied to the payment. -
CreditAmountAvailable: number
Default Value:
0Amount available to apply payment on account credit. -
CreditAppliedFlag: string
Maximum Length:
1Default Value:NPayment on account credit is applied. -
CurrencyCode: string
Title:
CurrencyMaximum Length:3The currency code of coins and bills in the cash drawer. -
DepositSlipNumber: string
Maximum Length:
50The number of the deposit slip used in a deposit transaction. -
Description: string
Maximum Length:
100The description of the cash drawer. -
DrawerId: string
Maximum Length:
30The unique identifier for the cash drawer. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe last date and time that the agency was updated. -
LineAmount: number
Title:
AmountThat dollar amount that applies to a line item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Meaning: string
Read Only:
trueMaximum Length:80Identifies the meaning that is associated with the payment method value. -
PartyId: integer
(int64)
The unique identifier for the customer associated with the payment.
-
PayerAddress: string
Title:
AddressMaximum Length:240The address of the person who made the payment. -
PayerName: string
Title:
Payer NameMaximum Length:100The name of the person who made the payment. -
PaymentAmount: number
Title:
Recorded AmountThe total sum of money due for payment. -
PaymentMethodCode: string
Title:
Payment MethodMaximum Length:30Type of payment selected during checkout, for example, cash and check. -
PaymentReferenceId: string
Title:
Payment Reference IDMaximum Length:50The unique identifier for the reference value, which is created by the Payment Engine and is sent to the Payment Processor, Trust Account, and Cash Drawer as pass through data. -
PaymentStatus: string
Maximum Length:
30Default Value:ORA_PAIDIndicates the status of a payment. -
PaymentStatusDesc: string
Read Only:
trueMaximum Length:80Describes the status of a payment. -
PrimaryId: string
Title:
Primary IDMaximum Length:3The unique identifier for the primary document used to identify the payer of a cash drawer check payment. -
ProfileId: integer
(int64)
The unique identifier for the profile.
-
PublishedStatusCode: string
Maximum Length:
30Default Value:ORA_UNPUBLISHEDIndicates whether reconciliation activity has been created for the transaction by code value. -
PublishedStatusName: string
Read Only:
trueMaximum Length:80Indicates whether reconciliation activity has been created for the transaction by name value. -
ReceiptDate: string
(date)
Title:
Receipt DateThe date that the receipt was created. -
ReceiptLineNumber: integer
(int32)
Title:
Line NumberThe line number of the receipt associated with the payment. -
ReceiptNumber: string
Title:
Receipt NumberMaximum Length:50The number of the receipt for the cash drawer payment. -
ReceiptStatus: string
Maximum Length:
3The status of the receipt associated with the payment. -
ReconcileId: integer
(int64)
The unique identifier for the payment reconciliation.
-
ReconHistoryKey: integer
(int64)
Unique identifier for each bank reconciliation activity record.
-
ReversalFlag: string
Maximum Length:
1Default Value:NSpecifies whether the record is a reversal of a payment. -
ReversalReasonCd: string
Maximum Length:
30Identifies the reason code for a payment reversal. -
ReversalTransactionType: string
Title:
Reversal Transaction TypeMaximum Length:30Default Value:ORA_NONEIndicates type of reversal transaction. -
ReversalTransTypeDesc: string
Read Only:
trueMaximum Length:80Describes the reversal transaction type. -
SecondaryId: string
Title:
Secondary IDMaximum Length:3The unique identifier for the secondary document used to identify the payer of a cash drawer check payment. -
SessionId: string
Maximum Length:
50The unique identifier for the cashier session. -
TotalTendAmount: number
Title:
Amount TenderedThe total sum of money received in payment from the payer. If this amount is more than the amount due, the difference is handed back to the payer. -
UnappliedFlag: string
Maximum Length:
1Default Value:NIdentifies unapplied payment record.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.