Update a fee or deposit to be reversed
patch
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentReversals/{PaymentReversalKey}
Request
Path Parameters
-
PaymentReversalKey(required): integer(int64)
The unique identifier of the reversal transaction.
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
The following table describes the body parameters in the request for this task.
Root Schema : schema
Type:
Show Source
object-
AgencyId: integer
(int32)
The unique identifier of the agency record.
-
BalanceAmount: number
Default Value:
0Indicates the balance amount that has not been reversed. -
Classification: string
Maximum Length:
3The identifier assigned to classify a source record. -
DepositAccountKey: integer
(int64)
The unique identifier of the deposit account record.
-
DepositActivityKey: integer
(int64)
The unique identifier of the deposit activity record.
-
FullReversalFlag: string
Maximum Length:
1Default Value:YIndicates whether the full payment has been reversed. -
MessageName: string
Maximum Length:
120The unique name of the message that is populated by the payment reversal process. -
PaymentMethodCode: string
Maximum Length:
30The method of payment used for a payment transaction, such as credit card, cash, personal check, or cashier???s check. -
ReceiptLineNumber: integer
(int32)
The line number assigned to each receipt on the cash drawer payment record.
-
ReceiptNumber: string
Maximum Length:
50The unique identifier assigned to each receipt on the cash drawer payment record. -
ReversalAmount: number
The amount on the payment reversal record.
-
ReversalCurrency: string
Maximum Length:
3The currency code on the payment reversal record. -
ReversalDate: string
(date)
The date on the payment reversal record.
-
ReversalReasonCd: string
Maximum Length:
30The value assigned to a reversal transaction to identify the reason for requesting a reversal. -
ReversalRequestId: string
Maximum Length:
64The unique identifier assigned to each batch of reversal request records. -
ReversalStatus: string
Maximum Length:
30The status of the reversal record. -
ReversalTranType: string
Maximum Length:
30The value assigned to a reversal transaction to identify the type of transaction that is requested to be reversed. -
SourceRecordKey: integer
(int64)
The unique identifier of the source record.
-
TokenValue: string
Maximum Length:
960The value of the token that is referenced in the message. -
TransactionKey: integer
(int64)
The unique identifier of the source fee record.
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 : publicSectorPaymentReversals-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
The unique identifier of the agency record.
-
BalanceAmount: number
Default Value:
0Indicates the balance amount that has not been reversed. -
Classification: string
Maximum Length:
3The identifier assigned to classify a source record. -
DepositAccountKey: integer
(int64)
The unique identifier of the deposit account record.
-
DepositActivityKey: integer
(int64)
The unique identifier of the deposit activity record.
-
FullReversalFlag: string
Maximum Length:
1Default Value:YIndicates whether the full payment has been reversed. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageName: string
Maximum Length:
120The unique name of the message that is populated by the payment reversal process. -
PaymentMethodCode: string
Maximum Length:
30The method of payment used for a payment transaction, such as credit card, cash, personal check, or cashier???s check. -
PaymentReferenceId: string
Maximum Length:
50The reference ID of the payment stored on the payment reversal record. -
PaymentReversalKey: integer
(int64)
Read Only:
trueThe unique identifier of the reversal transaction. -
ReceiptLineNumber: integer
(int32)
The line number assigned to each receipt on the cash drawer payment record.
-
ReceiptNumber: string
Maximum Length:
50The unique identifier assigned to each receipt on the cash drawer payment record. -
ReversalAmount: number
The amount on the payment reversal record.
-
ReversalCurrency: string
Maximum Length:
3The currency code on the payment reversal record. -
ReversalDate: string
(date)
The date on the payment reversal record.
-
ReversalReasonCd: string
Maximum Length:
30The value assigned to a reversal transaction to identify the reason for requesting a reversal. -
ReversalRequestId: string
Maximum Length:
64The unique identifier assigned to each batch of reversal request records. -
ReversalStatus: string
Maximum Length:
30The status of the reversal record. -
ReversalTranType: string
Maximum Length:
30The value assigned to a reversal transaction to identify the type of transaction that is requested to be reversed. -
SourceRecordKey: integer
(int64)
The unique identifier of the source record.
-
TokenValue: string
Maximum Length:
960The value of the token that is referenced in the message. -
TransactionKey: integer
(int64)
The unique identifier of the source fee 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.