Create settlement methods
post
/fscmRestApi/resources/11.13.18.05/channelCustomerClaims/{ClaimId}/child/settlementMethods
Request
Path Parameters
-
ClaimId(required): integer(int64)
Value that uniquely identifies the channel claim. The value is a primary key that the application generates when it creates the claim.
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.
-
Upsert-Mode:
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
ChargebackReason: string
Maximum Length:
255
Reason for the chargeback. -
ChargebackReasonCode: string
Maximum Length:
30
Abbreviation that identifies the chargeback reason. -
ChargebackTransactionType: string
Maximum Length:
255
Name of the transaction type. -
ChargebackTransactionTypeId: integer
(int64)
Value that uniquely identifies the transaction type.
-
ClaimAmountIncludesTax: string
Maximum Length:
255
Value that indicates if the claim amount includes tax. -
ClaimAmountIncludesTaxCode: string
Maximum Length:
255
Abbreviation that indicates if the claim amount includes tax. -
CreditMemoReason: string
Reason for the credit memo.
-
CreditMemoReasonCode: string
Maximum Length:
30
Abbreviation that identifies the credit memo reason. -
CreditMemoTransactionType: string
Name of the transaction type.
-
CreditMemoTransactionTypeSequenceId: integer
(int64)
Value that uniquely identifies the transaction type.
-
InvoiceTransactionType: string
Maximum Length:
255
Name of the transaction type. -
InvoiceTransactionTypeId: integer
(int64)
Value that uniquely identifies the transaction type.
-
NettingAmount: number
Amount of the open transaction that's used for settlement.
-
OpenTransactionId: integer
(int64)
Value that identifies the credit memo, deduction, or overpayment.
-
OpenTransactionNumber: string
Maximum Length:
30
Number that identifies the credit memo, deduction, or overpayment. -
OverrideTransactionDate: string
(date)
Date that's used to create the credit memo if it's present.
-
ReceivablesActivityForWriteOff: string
Maximum Length:
255
Name of the receivables activity for receipt write-off. -
ReceivablesActivityForWriteOffId: integer
(int64)
Value that uniquely identifies the receivables activity for receipt write-off.
-
SalesPerson: string
Name of the salesperson.
-
SalesPersonId: integer
Value that uniquely identifies the salesperson.
-
SalesPersonNumber: string
Value that indicates salesperson's number.
-
SettlementComments: string
Maximum Length:
2000
Comments that provide additional information about the settlement. -
settlementDocuments: array
Settlement Documents
Title:
Settlement Documents
The Settlement Documents resource manages the artifacts for each settlement method used to confirm the settlement of a claim. -
SettlementMethod: string
Method of payment used to settle the claim. A list of accepted values is defined in the lookup type ORA_CJM_SETTLEMENT_METHOD.
-
SettlementMethodCode: string
Maximum Length:
30
Abbreviation that identifies the payment methods used to settle the claim. A list of accepted values is defined in the lookup type ORA_CJM_SETTLEMENT_METHOD. -
TransactionAccountingDate: string
(date)
Value that specifies the claim accounting date if it's present.
-
WriteOffReason: string
Maximum Length:
255
Reason for the write-off. -
WriteOffReasonCode: string
Maximum Length:
30
Abbreviation that identifies the reason for the write-off.
Nested Schema : Settlement Documents
Type:
array
Title:
Settlement Documents
The Settlement Documents resource manages the artifacts for each settlement method used to confirm the settlement of a claim.
Show Source
Nested Schema : channelCustomerClaims-settlementMethods-settlementDocuments-item-post-request
Type:
Show Source
object
-
InstrumentDate: string
(date)
Date when the settlement instrument was created.
-
InstrumentId: integer
(int64)
Value that uniquely identifies the settlement instrument.
-
InstrumentNumber: string
Maximum Length:
30
Number of the instrument created upon settlement. -
InstrumentTypeCode: string
Maximum Length:
30
Abbreviation that identifies the type of the instrument.
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 : channelCustomerClaims-settlementMethods-item-response
Type:
Show Source
object
-
ChargebackReason: string
Maximum Length:
255
Reason for the chargeback. -
ChargebackReasonCode: string
Maximum Length:
30
Abbreviation that identifies the chargeback reason. -
ChargebackTransactionType: string
Maximum Length:
255
Name of the transaction type. -
ChargebackTransactionTypeId: integer
(int64)
Value that uniquely identifies the transaction type.
-
ClaimAmountIncludesTax: string
Maximum Length:
255
Value that indicates if the claim amount includes tax. -
ClaimAmountIncludesTaxCode: string
Maximum Length:
255
Abbreviation that indicates if the claim amount includes tax. -
ClaimId: integer
(int64)
Read Only:
true
Value that uniquely identifies the channel claim. The value is a primary key that the application generates when it creates the claim. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the record. -
CreationDate: string
(date-time)
Read Only:
true
Date and time when the user created the record. -
CreditMemoReason: string
Reason for the credit memo.
-
CreditMemoReasonCode: string
Maximum Length:
30
Abbreviation that identifies the credit memo reason. -
CreditMemoTransactionType: string
Name of the transaction type.
-
CreditMemoTransactionTypeSequenceId: integer
(int64)
Value that uniquely identifies the transaction type.
-
InvoiceTransactionType: string
Maximum Length:
255
Name of the transaction type. -
InvoiceTransactionTypeId: integer
(int64)
Value that uniquely identifies the transaction type.
-
LastUpdateDate: string
(date-time)
Read Only:
true
Date and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the record. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MaximumSettlementLineNumber: number
Read Only:
true
Value that indicates the maximum line number of settlement lines. -
NettingAmount: number
Amount of the open transaction that's used for settlement.
-
OpenTransactionId: integer
(int64)
Value that identifies the credit memo, deduction, or overpayment.
-
OpenTransactionNumber: string
Maximum Length:
30
Number that identifies the credit memo, deduction, or overpayment. -
OverrideTransactionDate: string
(date)
Date that's used to create the credit memo if it's present.
-
ReceivablesActivityForWriteOff: string
Maximum Length:
255
Name of the receivables activity for receipt write-off. -
ReceivablesActivityForWriteOffId: integer
(int64)
Value that uniquely identifies the receivables activity for receipt write-off.
-
SalesPerson: string
Name of the salesperson.
-
SalesPersonId: integer
Value that uniquely identifies the salesperson.
-
SalesPersonNumber: string
Value that indicates salesperson's number.
-
SettlementComments: string
Maximum Length:
2000
Comments that provide additional information about the settlement. -
settlementDocuments: array
Settlement Documents
Title:
Settlement Documents
The Settlement Documents resource manages the artifacts for each settlement method used to confirm the settlement of a claim. -
SettlementLinesTotalAmount: number
Read Only:
true
Total of credit memo or invoice lines. -
SettlementMethod: string
Method of payment used to settle the claim. A list of accepted values is defined in the lookup type ORA_CJM_SETTLEMENT_METHOD.
-
SettlementMethodCode: string
Maximum Length:
30
Abbreviation that identifies the payment methods used to settle the claim. A list of accepted values is defined in the lookup type ORA_CJM_SETTLEMENT_METHOD. -
SettlementMethodId: integer
(int64)
Read Only:
true
Value that uniquely identifies the settlement method. -
TransactionAccountingDate: string
(date)
Value that specifies the claim accounting date if it's present.
-
WriteOffReason: string
Maximum Length:
255
Reason for the write-off. -
WriteOffReasonCode: string
Maximum Length:
30
Abbreviation that identifies the reason for the write-off.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Settlement Documents
Type:
array
Title:
Settlement Documents
The Settlement Documents resource manages the artifacts for each settlement method used to confirm the settlement of a claim.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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.
Nested Schema : channelCustomerClaims-settlementMethods-settlementDocuments-item-response
Type:
Show Source
object
-
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the record. -
CreationDate: string
(date-time)
Read Only:
true
Date and time when the user created the record. -
Details: string
Read Only:
true
Maximum Length:255
Details of the settlement method selected. -
InstrumentAmount: number
Read Only:
true
Amount settled via the instrument. -
InstrumentDate: string
(date)
Date when the settlement instrument was created.
-
InstrumentId: integer
(int64)
Value that uniquely identifies the settlement instrument.
-
InstrumentNumber: string
Maximum Length:
30
Number of the instrument created upon settlement. -
InstrumentTax: number
Read Only:
true
Tax amount for the instrument. -
InstrumentType: string
Read Only:
true
Name of the instrument created upon settlement. -
InstrumentTypeCode: string
Maximum Length:
30
Abbreviation that identifies the type of the instrument. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the record. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OriginalAmount: number
Read Only:
true
Value that indicates the original claim amount. -
SettlementDocumentId: integer
(int64)
Read Only:
true
Value that uniquely identifies the settlement document. -
SettlementMethod: string
Read Only:
true
Method of payment used to settle the claim. A list of accepted values is defined in the lookup type ORA_CJM_SETTLEMENT_METHOD. -
SettlementMethodCode: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the payment methods used to settle the claim. A list of accepted values is defined in the lookup type ORA_CJM_SETTLEMENT_METHOD. -
SettlementmethodId: integer
(int64)
Read Only:
true
Value that uniquely identifies the settlement method.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Links
- settlementDocuments
-
Parameters:
- ClaimId:
$request.path.ClaimId
- SettlementMethodId:
$request.path.SettlementMethodId
The Settlement Documents resource manages the artifacts for each settlement method used to confirm the settlement of a claim. - ClaimId: