Get all customer claims
get
/fscmRestApi/resources/11.13.18.05/channelCustomerClaims
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds channel claims according to the primary key.
Finder Variables:- ClaimId; integer; Value that uniquely identifies the channel claims.
- PrimaryKey: Finds channel claims according to the primary key.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AccountedAmount; number; Amount claimed in the functional currency.
- AccountedResolvedAmount; number; Value that indicates the resolved amount in the functional currency.
- AccountedSplitAmount; number; Amount that's carried over to the child claim in the functional currency.
- AccountingDate; string; Date when the claim is accounted.
- Age; integer; Number that identifies the age of the claim.
- Amount; number; Amount claimed in the claim currency.
- ApprovedBy; string; User who approved the claim.
- ApprovedById; integer; Value that uniquely identifies the user who approved the claim.
- ApprovedDate; string; Date when the user approved the claim.
- BillToAccountId; integer; Value that uniquely identifies the bill-to customer account.
- BillToAccountNumber; string; Number of the bill-to customer account.
- BillToContact; string; Name of the bill-to customer account's contact.
- BillToContactId; integer; Value that uniquely represents the bill-to customer account's contact.
- BillToCustomer; string; Name of the bill-to customer account.
- BillToSite; string; Name of the bill-to customer account site.
- BillToSiteAddress; string; Address of the bill-to customer account site.
- BillToSiteId; integer; Value that uniquely identifies the bill-to customer account site.
- Broker; string; Name of the broker.
- BrokerId; integer; Value that uniquely identifies the broker.
- BusinessUnit; string; Name of the business unit.
- BusinessUnitId; integer; Value that uniquely identifies the business unit.
- ChildClaim; string; Number of the child claim created.
- ChildClaimId; integer; Value that uniquely identifies the child claim.
- ClaimDate; string; Date when a claim is created.
- ClaimId; integer; Value that uniquely identifies the channel claim. The value is a primary key that the application generates when it creates the claim.
- ClaimNumber; string; Number that indicates the customer claim.
- ClaimOwner; string; Name of the person who owns the channel claim.
- ClaimOwnerId; integer; Value that uniquely identifies the person who owns the channel claim.
- ClaimOwnerPersonNumber; string; Number that uniquely identifies the person who owns the channel claim.
- ClaimReason; string; Reason for creating the claim.
- ClaimReasonId; integer; Value that uniquely identifies the reason to create the claim.
- ClaimSalesperson; string; Name of the salesperson associated with the claim.
- ClaimSalespersonId; integer; Value that indicates the claim salesperson's number.
- ClaimSalespersonNumber; integer; Value that uniquely identifies the claim's salesperson.
- ClaimSource; string; Name of the claim sources.
- ClaimSourceCode; string; Abbreviation that identifies the claim sources.
- ClaimType; string; The type of claim.
- ClaimTypeId; integer; Value that uniquely identifies the type of claim.
- CommentsForApprovers; string; Comments submitted to provide additional information to approvers.
- ConversionDate; string; Date when the amount is converted.
- ConversionRate; number; Value that indicates the conversion rate defined in the general ledger.
- ConversionRateType; string; Name of the conversion type defined in the general ledger.
- CreatedBy; string; User who created the record.
- CreationDate; string; Date and time when the user created the record.
- Currency; string; Name of the currency used for the channel claim.
- CurrencyCode; string; Abbreviation that identifies the currency used for the channel claim.
- CustomerReason; string; Reason provided by the customer to create the claim.
- CustomerReference; string; Number that identifies the reference details passed by the customer.
- CustomerReferenceDate; string; Date of the customer reference document.
- EligibleForWriteOffFlag; boolean; Contains one of the following values: true or false. If true, then the deduction is under the threshold limit and can be written off. If false, then the deduction is not under the threshold limit. This attribute does not have a default value.
- FunctionalCurrency; string; Value that indicates the functional currency.
- FunctionalCurrencyCode; string; Abbreviation that identifies the functional currency.
- InvoiceAmount; number; Amount of the invoice.
- InvoiceCurrency; string; Name of the receipt currency.
- InvoiceCurrencyCode; string; Abbreviation that identifies the invoice currency.
- InvoiceDate; string; Date when the invoice is created.
- InvoiceId; integer; Value that uniquely identifies the invoice.
- InvoiceNumber; string; Invoice number.
- LastUpdateDate; string; Date and time when the user most recently updated the record.
- LastUpdatedBy; string; User who most recently updated the record.
- MassSettlementNumber; string; Number that identifies the mass settlement.
- ParentClaim; string; Number that identifies the parent claim.
- ParentClaimId; integer; Value that uniquely identifies the parent claim.
- ReceiptAmount; number; Amount of the receipt.
- ReceiptCurrency; string; Name of the currency in the receipt.
- ReceiptCurrencyCode; string; Abbreviation that identifies the receipt currency.
- ReceiptDate; string; Date when the receipt is created.
- ReceiptId; integer; Value that uniquely identifies the receipt.
- ReceiptNumber; string; Number of the receipt.
- ReceiptReference; string; Reference provided in the receipt.
- RejectedBy; string; User who rejected the claim.
- RejectedById; integer; Value that uniquely identifies the user who rejected the claim.
- RejectedDate; string; Date when the user rejected the claim.
- ResolvedAmount; number; Value that indicates the resolved amount.
- ResolvedBy; string; User who submitted the claim for approval.
- ResolvedDate; string; Date when the claim was resolved and submitted for approval.
- SettlementDate; string; Date when the claim moves to settled status.
- SettlementType; string; Name of the settlement type.
- SettlementTypeCode; string; Abbreviation that identifies the settlement type selected to settle the claim. A list of accepted values is defined in the lookup type ORA_CJM_CUST_CLAIM_RESOL_TYPE.
- ShipToCustomer; string; Name of the ship-to customer.
- ShipToCustomerId; integer; Value that uniquely identifies the ship-to customer.
- ShipToCustomerSite; string; Name of the ship-to customer site.
- ShipToCustomerSiteAddress; string; Address of the ship-to customer site.
- ShipToCustomerSiteId; integer; Value that uniquely identifies the ship-to customer site.
- SourceClaimNumber; string; Number that indicates the caim number in the source system.
- SourceClaimSystem; string; Value that indicates the source sytem from where the claim is interefaced.
- SourceMapId; integer; Value that uniquely identifies the claim source map assigned to the claim.
- SplitAmount; number; Amount that's carried over to the child claim.
- Status; string; Status of the channel claim.
- StatusId; integer; Value that uniquely identifies the status of the channel claim.
- SystemStatus; string; System status of the channel claim.
- SystemStatusCode; string; Abbreviation that identifies the system status of the claim.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
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.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
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.
Root Schema : channelCustomerClaims
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : channelCustomerClaims-item-response
Type:
Show Source
object-
AccountedAmount: number
Read Only:
trueAmount claimed in the functional currency. -
AccountedAmountRemaining: number
Read Only:
trueAmount remaining in the functional currency. -
AccountedResolvedAmount: number
Read Only:
trueValue that indicates the resolved amount in the functional currency. -
AccountedSplitAmount: number
Read Only:
trueAmount that's carried over to the child claim in the functional currency. -
AccountingDate: string
(date)
Read Only:
trueDate when the claim is accounted. -
Age: integer
Read Only:
trueNumber that identifies the age of the claim. -
Amount: number
Amount claimed in the claim currency.
-
AmountRemaining: number
Read Only:
trueAmount remaining in the claim's currency. -
AppliedExistingTransactionsTotal: number
Read Only:
trueValue that identifies the sum of the applied existing transactions amount. -
ApprovedBy: string
Read Only:
trueUser who approved the claim. -
ApprovedById: integer
(int64)
Read Only:
trueValue that uniquely identifies the user who approved the claim. -
ApprovedDate: string
(date)
Read Only:
trueDate when the user approved the claim. -
associations: array
Associations
Title:
AssociationsThe Associations resource manages accrual associations of a claim. -
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource is used to view, create, and update attachments. -
BillToAccountId: integer
(int64)
Value that uniquely identifies the bill-to customer account.
-
BillToAccountNumber: string
Number of the bill-to customer account.
-
BillToContact: string
Name of the bill-to customer account's contact.
-
BillToContactId: integer
(int64)
Value that uniquely represents the bill-to customer account's contact.
-
BillToCustomer: string
Read Only:
trueName of the bill-to customer account. -
BillToSite: string
Name of the bill-to customer account site.
-
BillToSiteAddress: string
Read Only:
trueAddress of the bill-to customer account site. -
BillToSiteId: integer
(int64)
Value that uniquely identifies the bill-to customer account site.
-
Broker: string
Maximum Length:
255Name of the broker. -
BrokerId: integer
(int64)
Value that uniquely identifies the broker.
-
BusinessUnit: string
Name of the business unit.
-
BusinessUnitId: integer
(int64)
Value that uniquely identifies the business unit.
-
ChildClaim: string
Read Only:
trueNumber of the child claim created. -
ChildClaimId: integer
Read Only:
trueValue that uniquely identifies the child claim. -
ClaimDate: string
(date)
Date when a claim is created.
-
ClaimId: integer
(int64)
Read Only:
trueValue that uniquely identifies the channel claim. The value is a primary key that the application generates when it creates the claim. -
ClaimNumber: string
Number that indicates the customer claim.
-
ClaimOwner: string
Name of the person who owns the channel claim.
-
ClaimOwnerId: integer
(int64)
Value that uniquely identifies the person who owns the channel claim.
-
ClaimOwnerPersonNumber: string
Maximum Length:
255Number that uniquely identifies the person who owns the channel claim. -
ClaimReason: string
Reason for creating the claim.
-
ClaimReasonId: integer
(int64)
Value that uniquely identifies the reason to create the claim.
-
ClaimSalesperson: string
Maximum Length:
255Name of the salesperson associated with the claim. -
ClaimSalespersonId: integer
(int64)
Value that indicates the claim salesperson's number.
-
ClaimSalespersonNumber: integer
Value that uniquely identifies the claim's salesperson.
-
ClaimSource: string
Read Only:
trueName of the claim sources. -
ClaimSourceCode: string
Read Only:
trueAbbreviation that identifies the claim sources. -
ClaimType: string
The type of claim.
-
ClaimTypeId: integer
(int64)
Value that uniquely identifies the type of claim.
-
CommentsForApprovers: string
Maximum Length:
4000Comments submitted to provide additional information to approvers. -
ConversionDate: string
(date)
Date when the amount is converted.
-
ConversionRate: number
Value that indicates the conversion rate defined in the general ledger.
-
ConversionRateType: string
Maximum Length:
30Name of the conversion type defined in the general ledger. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Currency: string
Name of the currency used for the channel claim.
-
CurrencyCode: string
Maximum Length:
15Abbreviation that identifies the currency used for the channel claim. -
CustomerReason: string
Maximum Length:
150Reason provided by the customer to create the claim. -
CustomerReference: string
Maximum Length:
50Number that identifies the reference details passed by the customer. -
CustomerReferenceDate: string
(date)
Date of the customer reference document.
-
DFF: array
Descriptive Flexfields for Channel Customer Claims
Title:
Descriptive Flexfields for Channel Customer ClaimsThe Descriptive Flexfields for Channel Customer Claims resource manages additional details for a claim. -
EligibleForWriteOffFlag: boolean
Read Only:
trueContains one of the following values: true or false. If true, then the deduction is under the threshold limit and can be written off. If false, then the deduction is not under the threshold limit. This attribute does not have a default value. -
FunctionalCurrency: string
Read Only:
trueValue that indicates the functional currency. -
FunctionalCurrencyCode: string
Read Only:
trueAbbreviation that identifies the functional currency. -
InvoiceAmount: number
Read Only:
trueAmount of the invoice. -
InvoiceCurrency: string
Read Only:
trueMaximum Length:255Name of the receipt currency. -
InvoiceCurrencyCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the invoice currency. -
InvoiceDate: string
(date)
Read Only:
trueDate when the invoice is created. -
InvoiceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the invoice. -
InvoiceNumber: string
Read Only:
trueMaximum Length:30Invoice number. -
InvoiceSalesperson: string
Read Only:
trueMaximum Length:255Name of the salesperson associated with the invoice. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassSettlementNumber: string
Read Only:
trueMaximum Length:30Number that identifies the mass settlement. -
notes: array
Notes
Title:
NotesThe Notes resource captures comments, information, or instructions for a claim. -
ParentClaim: string
Read Only:
trueNumber that identifies the parent claim. -
ParentClaimId: integer
Read Only:
trueValue that uniquely identifies the parent claim. -
ReceiptAmount: number
Read Only:
trueAmount of the receipt. -
ReceiptApplicationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the application line in the receipt. -
ReceiptCurrency: string
Read Only:
trueMaximum Length:255Name of the currency in the receipt. -
ReceiptCurrencyCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the receipt currency. -
ReceiptDate: string
(date)
Read Only:
trueDate when the receipt is created. -
receiptDFF: array
Descriptive Flexfields of Receipt Application Line
Title:
Descriptive Flexfields of Receipt Application LineThe Descriptive Flexfields of Receipt Application Line resource manages the receipt application line descriptive flexfields for deductions and overpayment. -
ReceiptId: integer
(int64)
Read Only:
trueValue that uniquely identifies the receipt. -
ReceiptNumber: string
Read Only:
trueMaximum Length:30Number of the receipt. -
ReceiptReference: string
Read Only:
trueMaximum Length:255Reference provided in the receipt. -
RejectedBy: string
Read Only:
trueUser who rejected the claim. -
RejectedById: integer
(int64)
Read Only:
trueValue that uniquely identifies the user who rejected the claim. -
RejectedDate: string
(date)
Read Only:
trueDate when the user rejected the claim. -
ResolvedAmount: number
Read Only:
trueValue that indicates the resolved amount. -
ResolvedBy: string
Read Only:
trueUser who submitted the claim for approval. -
ResolvedDate: string
(date)
Read Only:
trueDate when the claim was resolved and submitted for approval. -
SettlementDate: string
(date)
Read Only:
trueDate when the claim moves to settled status. -
settlementLines: array
Settlement Lines
Title:
Settlement LinesThe Settlement Lines resource manages a set of transaction lines that's used to create settlement artifacts such as credit memos in Receivables. -
settlementMethods: array
Settlement Methods
Title:
Settlement MethodsThe Settlement Methods resource manages the settlement method that's used to settle a claim. -
SettlementType: string
Maximum Length:
255Name of the settlement type. -
SettlementTypeCode: string
Maximum Length:
255Abbreviation that identifies the settlement type selected to settle the claim. A list of accepted values is defined in the lookup type ORA_CJM_CUST_CLAIM_RESOL_TYPE. -
ShipToCustomer: string
Name of the ship-to customer.
-
ShipToCustomerId: integer
(int64)
Value that uniquely identifies the ship-to customer.
-
ShipToCustomerSite: string
Name of the ship-to customer site.
-
ShipToCustomerSiteAddress: string
Read Only:
trueAddress of the ship-to customer site. -
ShipToCustomerSiteId: integer
(int64)
Value that uniquely identifies the ship-to customer site.
-
SourceClaimNumber: string
Maximum Length:
240Number that indicates the caim number in the source system. -
SourceClaimSystem: string
Maximum Length:
240Value that indicates the source sytem from where the claim is interefaced. -
SourceMapId: integer
(int64)
Read Only:
trueValue that uniquely identifies the claim source map assigned to the claim. -
SplitAmount: number
Read Only:
trueAmount that's carried over to the child claim. -
SplitDate: string
(date)
Read Only:
trueDate when a split claim is created. -
splits: array
Splits
Title:
SplitsThe splits resource is used to create and view split claims. -
Status: string
Status of the channel claim.
-
StatusId: integer
(int64)
Value that uniquely identifies the status of the channel claim.
-
SystemStatus: string
Read Only:
trueSystem status of the channel claim. -
SystemStatusCode: string
Read Only:
trueAbbreviation that identifies the system status of the claim. -
TotalAssociatedAmount: number
Read Only:
trueValue that identifies the association amount total in claim currency.
Nested Schema : Associations
Type:
arrayTitle:
AssociationsThe Associations resource manages accrual associations of a claim.
Show Source
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Descriptive Flexfields for Channel Customer Claims
Type:
arrayTitle:
Descriptive Flexfields for Channel Customer ClaimsThe Descriptive Flexfields for Channel Customer Claims resource manages additional details for a claim.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Notes
Type:
arrayTitle:
NotesThe Notes resource captures comments, information, or instructions for a claim.
Show Source
Nested Schema : Descriptive Flexfields of Receipt Application Line
Type:
arrayTitle:
Descriptive Flexfields of Receipt Application LineThe Descriptive Flexfields of Receipt Application Line resource manages the receipt application line descriptive flexfields for deductions and overpayment.
Show Source
Nested Schema : Settlement Lines
Type:
arrayTitle:
Settlement LinesThe Settlement Lines resource manages a set of transaction lines that's used to create settlement artifacts such as credit memos in Receivables.
Show Source
Nested Schema : Settlement Methods
Type:
arrayTitle:
Settlement MethodsThe Settlement Methods resource manages the settlement method that's used to settle a claim.
Show Source
Nested Schema : Splits
Type:
arrayTitle:
SplitsThe splits resource is used to create and view split claims.
Show Source
Nested Schema : channelCustomerClaims-associations-item-response
Type:
Show Source
object-
AccrueToAccountId: integer
(int64)
Value that uniquely identifies the customer account.
-
AccrueToAccountNumber: string
Maximum Length:
255Bill to account number used for the association. -
AccrueToCustomer: string
Maximum Length:
255Name of the bill to customer used for the association. -
AssociatedAmountInClaimCurrency: number
Association amount in claim currency.
-
AssociatedAmountInFunctionalCurrency: number
Read Only:
trueAssociation amount in functional currency. -
AssociatedAmountInTransactionCurrency: number
Read Only:
trueAssociation amount in program currency. -
AssociationId: integer
(int64)
Value that uniquely identifies the claim association.
-
ClaimId: integer
(int64)
Read Only:
trueValue that uniquely identifies the claim. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
InvoiceNumber: string
Maximum Length:
50Number that indicates the invoice. -
Item: string
Maximum Length:
255Name of the item used for the association. -
ItemDescription: string
Read Only:
trueMaximum Length:255Description of the item used for the association. -
ItemId: integer
(int64)
Value that uniquely identifies the item.
-
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Program: string
Maximum Length:
255Name of the program used for the association. -
ProgramId: integer
(int64)
Value that uniquely identifies the customer program.
-
ProgramType: string
Read Only:
trueMaximum Length:255Name of the program type used for the association. -
ProgramTypeId: integer
(int64)
Read Only:
trueValue that uniquely identifies the program type used for the association. -
PromotionCode: string
Maximum Length:
255Name of the promotion code used for the association. -
SearchAccrualsBeforeDate: string
(date)
Search parameter for finding accruals before a specified date.
-
SearchAssociationType: string
Maximum Length:
255Search parameter for the association type for accruals. -
SearchAssociationTypeCode: string
Maximum Length:
30Search parameter for the association type code for accruals. -
SearchCalendarYear: string
Maximum Length:
30Search parameter for the calendar year for accruals. -
SearchExcludeZeroBalancesFlag: boolean
Maximum Length:
1Search parameter for excluding zero-balance accruals. -
SearchInvoiceNumber: string
Maximum Length:
50Search parameter for accruals based on an invoice number. -
SearchItem: string
Maximum Length:
255Item number search parameter for accruals. -
SearchItemId: integer
(int64)
Item ID search parameter for accruals.
-
SearchMatchingLevel: string
Maximum Length:
255Matching level search parameter for accruals. -
SearchMatchingLevelCode: string
Maximum Length:
30Matching level code search parameter for accruals. -
SearchProgram: string
Maximum Length:
255Program name search parameter for accruals. -
SearchProgramId: integer
(int64)
Program ID search parameter for accruals.
-
SearchProgramType: string
Maximum Length:
255Program type search parameter for accruals. -
SearchProgramTypeId: integer
(int64)
Program type ID search parameter for accruals.
-
SearchPromotionCode: string
Maximum Length:
255Promotion code search parameter for accruals. -
SearchRelatedCustomerAccountId: integer
(int64)
Search parameter for the related customer account ID for accruals.
-
SearchRelatedCustomerAccountNumber: string
Maximum Length:
255Search parameter for the related customer account number for accruals. -
SearchShowActiveProgramsFlag: boolean
Maximum Length:
1Search parameters for displaying active program accruals. -
TransactionCurrency: string
Read Only:
trueMaximum Length:255Transaction currency used for the association. -
TransactionCurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the transaction currency. -
UnitOfMeasure: string
Maximum Length:
255Unit of measure of the associated item. -
UnitOfMeasureCode: string
Maximum Length:
15Unit of measure code of the associated item.
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.
Nested Schema : channelCustomerClaims-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdUnique identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Name of the category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the person who uploaded the image. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the attachment record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILECode indicating the type of data in the attachment. For example, FILE, WEB_PAGE, or TEXT. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Unique identifier of the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Current version number of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeCode indicating the type of error, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment expire. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64-encoded image of the file displayed in .PNG format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueUser name of the person who last updated the image. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login associated with the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : channelCustomerClaims-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Descriptive flexfield context name for the channel customer claim. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for the channel customer claim. -
ClaimId: integer
(int64)
Value that uniquely identifies the channel customer claim.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : channelCustomerClaims-notes-item-response
Type:
Show Source
object-
ContactRelationshipId: integer
(int64)
Title:
Contact Relationship IDRelationship ID populated when the note is associated with a contact. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15Corporate currency code for extensibility. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the record was created. -
CreatorPartyId: integer
(int64)
Title:
Creator Party IDParty ID of the note creator. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30Type of currency conversion rate for extensibility. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15Currency code for extensibility. -
DeleteFlag: boolean
Title:
Delete IndicatorRead Only:trueIndicates whether the user has access to delete the note. -
EmailAddress: string
Title:
Primary EmailRead Only:trueMaximum Length:320Email address of the user who created the note. -
FormattedAddress: string
Title:
Primary AddressRead Only:trueAddress of the user who created the note. -
FormattedPhoneNumber: string
Title:
Primary PhoneRead Only:truePhone number of the user who created the note. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the record -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32Login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoteId: integer
(int64)
Title:
Note IDRead Only:trueUnique identifier of the note. This is the primary key of the notes table. -
NoteNumber: string
Maximum Length:
30Alternate unique identifier of the note. A user key that is system generated or from an external system. -
NoteTitle: string
Title:
TitleMaximum Length:500Title of the note entered by the user. -
NoteTxt: string
(byte)
Title:
NoteColumn which stores the note text. -
NoteTypeCode: string
Title:
TypeMaximum Length:30Note type code for categorization of the note. -
ParentNoteId: integer
(int64)
Title:
Parent Note IDUnique identifier of the parent source object associated with the note. -
PartyId: integer
(int64)
Title:
Party IDRead Only:trueUnique identifier of the party. -
PartyName: string
Title:
AuthorRead Only:trueMaximum Length:360Name of the party. -
SourceObjectCode: string
Title:
Related Object TypeMaximum Length:30Source object code for the source object as defined in the OBJECTS metadata. -
SourceObjectId: string
Title:
Related ObjectMaximum Length:64Unique identifier of the parent source object associated to the note. -
UpdateFlag: boolean
Title:
Update IndicatorRead Only:trueIndicates whether the user can update the note. -
VisibilityCode: string
Title:
PrivateMaximum Length:30Default Value:INTERNALAttribute to specify the visibility level of the note. It indicates whether the note is internal, external, or private.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : channelCustomerClaims-receiptDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:30Context name for the receivable application descriptive flexfield. -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ReceivableApplicationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the receipt application.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : channelCustomerClaims-settlementLines-item-response
Type:
Show Source
object-
Amount: number
Value that indicates the amount on the claim line.
-
ClaimId: integer
(int64)
Read Only:
trueValue 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:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Description: string
Maximum Length:
240Description of the claim line. -
Item: string
Name of the item in the inventory.
-
ItemId: integer
(int64)
Value that uniquely identifies the item.
-
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
LineNumber: number
Number that indicates the claim line.
-
LineType: string
Name of the transaction line type.
-
LineTypeCode: string
Maximum Length:
20Abbreviation that identifies the transaction line type. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MemoLine: string
Name of the memo line.
-
MemoLineId: integer
(int64)
Value that uniquely identifies the memo line.
-
ProgramCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the program code associated with the settlement line. -
ProgramId: integer
Read Only:
trueValue that uniquely identifies the program associated with the settlement line. -
ProgramName: string
Read Only:
trueMaximum Length:255Name of the program associated with the settlement line. -
Quantity: number
Value that indicates the quantity on the claim line.
-
SettlementLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the claim line created in the application. -
UnitOfMeasure: string
Name of the unit of measure.
-
UnitOfMeasureCode: string
Maximum Length:
3Abbreviation for the unit of measure code. -
UnitPrice: number
Value that indicates the unit price for the selected item.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : channelCustomerClaims-settlementMethods-item-response
Type:
Show Source
object-
ChargebackReason: string
Maximum Length:
255Reason for the chargeback. -
ChargebackReasonCode: string
Maximum Length:
30Abbreviation that identifies the chargeback reason. -
ChargebackTransactionType: string
Maximum Length:
255Name of the transaction type. -
ChargebackTransactionTypeId: integer
(int64)
Value that uniquely identifies the transaction type.
-
ClaimAmountIncludesTax: string
Maximum Length:
255Value that indicates if the claim amount includes tax. -
ClaimAmountIncludesTaxCode: string
Maximum Length:
255Abbreviation that indicates if the claim amount includes tax. -
ClaimId: integer
(int64)
Read Only:
trueValue 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:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
CreditMemoReason: string
Reason for the credit memo.
-
CreditMemoReasonCode: string
Maximum Length:
30Abbreviation 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:
255Name of the transaction type. -
InvoiceTransactionTypeId: integer
(int64)
Value that uniquely identifies the transaction type.
-
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaximumSettlementLineNumber: number
Read Only:
trueValue 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:
30Number 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:
255Name 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:
2000Comments that provide additional information about the settlement. -
settlementDocuments: array
Settlement Documents
Title:
Settlement DocumentsThe Settlement Documents resource manages the artifacts for each settlement method used to confirm the settlement of a claim. -
SettlementLinesTotalAmount: number
Read Only:
trueTotal 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:
30Abbreviation 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:
trueValue that uniquely identifies the settlement method. -
Supplier: string
Maximum Length:
255Name of the supplier. -
SupplierId: integer
(int64)
Value that uniquely identifies the supplier.
-
SupplierNumber: string
Maximum Length:
255Number that identifies the supplier. -
SupplierSite: string
Maximum Length:
255Name of the supplier site. -
SupplierSiteAddress: string
Read Only:
trueMaximum Length:255Address of the supplier site. -
SupplierSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
-
TransactionAccountingDate: string
(date)
Value that specifies the claim accounting date if it's present.
-
WriteOffReason: string
Maximum Length:
255Reason for the write-off. -
WriteOffReasonCode: string
Maximum Length:
30Abbreviation that identifies the reason for the write-off.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Settlement Documents
Type:
arrayTitle:
Settlement DocumentsThe 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-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
Details: string
Read Only:
trueMaximum Length:255Details of the settlement method selected. -
InstrumentAmount: number
Amount settled via the instrument.
-
InstrumentBillToAccountId: integer
(int64)
Read Only:
trueValue that uniquely identifies the bill-to customer account for which the instrument was created. -
InstrumentBillToAccountNumber: string
Read Only:
trueMaximum Length:255Number of the bill-to customer account for which the instrument was created. -
InstrumentBillToCustomer: string
Read Only:
trueMaximum Length:255Name of the bill-to customer for which the instrument was created. -
InstrumentBillToSite: string
Read Only:
trueMaximum Length:255Name of the bill-to customer account site for which the instrument was created. -
InstrumentBillToSiteId: integer
(int64)
Read Only:
trueValue that uniquely identifies the bill-to customer account site for which the instrument was created. -
InstrumentDate: string
(date)
Date when the settlement instrument was created.
-
InstrumentId: integer
(int64)
Read Only:
trueValue that uniquely identifies the settlement instrument. -
InstrumentNumber: string
Maximum Length:
30Number of the instrument created upon settlement. -
InstrumentStatus: string
Maximum Length:
30Status of the instrument. -
InstrumentSupplier: string
Maximum Length:
255Name of the supplier for which the instrument was created. -
InstrumentSupplierId: integer
(int64)
Value that uniquely identifies the supplier for which the instrument was created.
-
InstrumentSupplierNumber: string
Maximum Length:
255Number of the supplier for which the instrument was created. -
InstrumentSupplierSite: string
Maximum Length:
255Site name of the supplier for which the instrument was created. -
InstrumentSupplierSiteAddress: string
Read Only:
trueMaximum Length:255Site address of the supplier for which the instrument was created. -
InstrumentSupplierSiteId: integer
(int64)
Value that uniquely identifies the supplier site for which the instrument was created.
-
InstrumentTax: number
Tax amount for the instrument.
-
InstrumentType: string
Name of the instrument created upon settlement.
-
InstrumentTypeCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the type of the instrument. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginalAmount: number
Read Only:
trueValue that indicates the original claim amount. -
payments: array
Payments
Title:
PaymentsA sum of money paid, for example, by check or credit memo to settle a claim, which can be viewed and updated. -
SettlementDocumentId: integer
(int64)
Read Only:
trueValue that uniquely identifies the settlement document. -
SettlementMethod: string
Read Only:
trueMethod 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:
trueMaximum Length:30Abbreviation 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:
trueValue that uniquely identifies the settlement method. -
ThirdPartyInstrumentPayeeName: string
Maximum Length:
360Name of the third party payee for which the instrument was created.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Payments
Type:
arrayTitle:
PaymentsA sum of money paid, for example, by check or credit memo to settle a claim, which can be viewed and updated.
Show Source
Nested Schema : channelCustomerClaims-settlementMethods-settlementDocuments-payments-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
LastUpdateDate: string
(date-time)
Read Only:
trueUser who most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Date and time when the user most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayeeParty: string
Maximum Length:
255Party who received the payment. -
PayeePartyId: integer
(int64)
Value that uniquely identifies the party that received the payment.
-
PayeePartySite: string
Maximum Length:
255Party site that received the payment. -
PayeePartySiteId: integer
(int64)
Value that uniquely identifies the party site that received the payment.
-
PayeeSupplier: string
Maximum Length:
255Supplier who received the payment. -
PayeeSupplierId: integer
(int64)
Value that uniquely identifies the supplier who received the payment.
-
PayeeSupplierNumber: string
Maximum Length:
255Number of the supplier who received the payment. -
PayeeSupplierSite: string
Maximum Length:
255Supplier site that received the payment. -
PayeeSupplierSiteAddress: string
Read Only:
trueMaximum Length:255Site address of the supplier for which the payment was created. -
PayeeSupplierSiteId: integer
(int64)
Value that uniquely identifies the supplier site that received the payment.
-
PaymentAmount: number
Amount of the payment.
-
PaymentDate: string
(date)
Date when the payment was created.
-
PaymentId: integer
(int64)
Read Only:
trueValue that uniquely identifies the payment. -
PaymentMethod: string
Maximum Length:
30Name of the payment created on settlement. -
PaymentNumber: string
Maximum Length:
30Number of the payment created on settlement. -
PaymentStatus: string
Maximum Length:
30Status of the payment. -
SettlementDocumentId: integer
(int64)
Read Only:
trueValue that uniquely identifies the settlement document. -
ThirdPartyPayeeName: string
Maximum Length:
360Name of the third party payee for which the payment was created.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : channelCustomerClaims-splits-item-response
Type:
Show Source
object-
AccountedSplitAmount: number
Read Only:
trueSplit claim amount in the functional currency. -
Amount: number
Split claim amount.
-
AutomaticSplitFlag: string
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the split was a systematic split . If false, then it???s a user created split. There is no default value. -
ClaimId: integer
(int64)
Value that uniquely identifies the channel claim. The value is a primary key that the application generates when it creates the claim.
-
ClaimNumber: string
Read Only:
trueMaximum Length:30Number that indicates the split claim. -
ClaimReason: string
Maximum Length:
255Reason for creating the split claim. -
ClaimReasonId: integer
(int64)
Value that uniquely identifies the reason to create the split claim.
-
ClaimType: string
Maximum Length:
255Type of split claim. -
ClaimTypeId: integer
(int64)
Value that uniquely identifies the type of split claim.
-
CopyAttachmentsFromSourceClaimFlag: boolean
Maximum Length:
255Contains one of the following values: true or false. If true, then the attachment from the source claim will be copied to the split claim. If false, then attachments won't be copied. The default value for this attribute is false. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate when the record was created. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the record. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32Login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Owner: string
Maximum Length:
255Name of the person who owns the split claim. -
OwnerId: integer
(int64)
Value that uniquely identifies the person who owns the split claim.
-
OwnerPersonNumber: string
Maximum Length:
255Number that uniquely identifies the person who owns the split claim. -
Reference: string
Maximum Length:
50Reference passed to the split claim. -
SplitClaimId: integer
(int64)
Value that uniquely identifies the split claim created in the application.
-
Status: string
Read Only:
trueMaximum Length:255Status of the split claim. -
StatusId: integer
(int64)
Read Only:
trueValue that uniquely identifies the status of the split claim. -
SystemStatus: string
Read Only:
trueMaximum Length:255System status of the channel claim. -
SystemStatusCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the system status of the claim.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all customer claims.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "server:port/fscmRestApi/resources/latest/channelCustomerClaims"
Example Response Body
The following shows an example of the response body in JSON format.
"{
"items": [
{
"ClaimId": 300100542635028,
"ClaimNumber": "CLM2005",
"ClaimSource": "Manual Claim",
"ClaimSourceCode": "CLAIM",
"BusinessUnit": "Vision Operations",
"BusinessUnitId": 204,
"Amount": 103,
"AccountedAmount": 103,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"FunctionalCurrency": "US Dollar",
"FunctionalCurrencyCode": "USD",
"BillToCustomer": "Hilman and Associates",
"BillToAccountNumber": "1004",
"BillToAccountId": 1004,
"BillToSite": "Tulsa (OPS)",
"BillToSiteId": 1030,
"BillToSiteAddress": "1230 East 60th Street South , OK United States",
"BillToContact": null,
"BillToContactId": null,
"ShipToCustomer": "Hilman and Associates",
"ShipToCustomerId": 1004,
"ShipToCustomerSite": "1030",
"ShipToCustomerSiteId": 1030,
"ShipToCustomerSiteAddress": "1230 East 60th Street South",
"ClaimDate": "2021-06-21",
"Age": 26,
"ClaimType": "Unknown",
"ClaimTypeId": 300100205262731,
"ClaimReason": "Unknown",
"ClaimReasonId": 300100205155237,
"CustomerReference": null,
"CustomerReason": "sdd",
"Status": "Open",
"StatusId": 100100144204818,
"SystemStatus": "Open",
"SystemStatusCode": "OPEN",
"ClaimOwner": "channel_user",
"ClaimOwnerId": 300100181693728,
"ConversionRateType": "Corporate",
"ConversionRate": 1,
"ConversionDate": "2021-06-21",
"ResolvedDate": null,
"ResolvedBy": null,
"ResolvedAmount": null,
"AccountedResolvedAmount": null,
"ApprovedDate": null,
"SettlementDate": null,
"AccountingDate": null,
"ChildClaim": null,
"ChildClaimId": null,
"SplitAmount": null,
"AccountedSplitAmount": null,
"ParentClaim": null,
"ParentClaimId": null,
"CreatedBy": "channel_user",
"CreationDate": "2021-06-21T22:47:46+00:00",
"LastUpdatedBy": "channel_user",
"LastUpdateDate": "2021-06-21T22:47:46.199+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/channelCustomerClaims/300100542635028",
"name": "channelCustomerClaims",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/channelCustomerClaims/300100542635028",
"name": "channelCustomerClaims",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/channelCustomerClaims/300100542635028/child/settlementLines",
"name": "settlementLines",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/channelCustomerClaims/300100542635028/child/settlementMethods",
"name": "settlementMethods",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername/fscmRestApi/resources/version/channelCustomerClaims/300100542635028/action/cancel",
"name": "cancel",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername/fscmRestApi/resources/version/channelCustomerClaims/300100542635028/action/settle",
"name": "settle",
"kind": "other"
}
]
}
],
"count": 1,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/channelCustomerClaims",
"name": "channelCustomerClaims",
"kind": "collection"
}
]
}"