Get all invoice line distributions
get
/fscmRestApi/resources/11.13.18.05/projectContractInvoices/{InvoiceId}/child/InvoiceLines/{InvoiceLineId}/child/InvoiceLineDistributions
Request
Path Parameters
-
InvoiceId(required): integer(int64)
Unique identifier of the invoice.
-
InvoiceLineId(required): integer(int64)
Unique identifier of the invoice line.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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 the invoice line distribution with the specified primary key.
Finder Variables:- InvoiceDistId; integer; Unique identifier of the invoice distribution.
- PrimaryKey: Finds the invoice line distribution with the specified 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:- BillJobId; integer; Unique identifier of the effective job used when invoicing a labor item as of the last time the expenditure item was invoiced.
- BillPlanId; integer; Unique identifier of the bill plan for the invoice distribution.
- BillRate; number; Bill rate used in deriving the transfer price if the transfer price was based on a rate defined in a bill rate schedule.
- BillSet; integer; Number of the bill set which is defined in bill plan related to the invoice distribution.
- BillTransactionTypeCode; string; Indicates the code used to classify the type of bill transaction. Valid values are EI - Expenditure Item or EVT - Billing Event and defined in the lookup PJB_BILL_TRANSACTION_TYPE.
- BillingExtensionId; integer; Unique identifier of billing extension used for the transaction.
- BillingJobTitle; string; Indicates the title for the billing job.
- BillingResourceId; integer; Unique identifier of resource breakdown structure element.
- ContractCurrencyBilledAmount; number; Amount billed in currency of the contract.
- ContractCurrencyCode; string; Indicates the code of the currency for the contract related to the distribution.
- ContractCurrencyInvDateType; string; Indicates the currency conversion date type used to convert the contract to the invoice currency.
- ContractCurrencyInvExchgDate; string; Indicates the date used for the conversion of the rates on the contract for the invoice.
- ContractCurrencyInvExchgRate; number; Indicates the rate used to convert the invoice amounts from the transaction currency to the contract currency.
- ContractCurrencyInvRateType; string; Indicates the code for the contract currency rate type.
- ContractLineId; integer; Unique Identifier of the contract line for the invoice distribution.
- ContractLineNumber; string; Number of the contract line for the invoice distribution.
- CreditedDistributionId; integer; Unique identifier of distribution credited by this distribution.
- CreditedInvoiceId; integer; Unique identifier of invoice that is credited by this distribution.
- CreditedInvoiceLineId; integer; Unique identifier of invoice line that is credited by this distribution.
- DocumentNumber; string; Number that identifies a document on the bill plan of a grants contract.
- EmployeeBillingTitle; string; Employee billing title.
- ICTpAmountTypeCode; string; Amount type code used for an inter company price amount.
- ICTpBaseCode; string; Indicates the intercompany transfer price base code of an intercompany transfer invoice.
- IntendedUse; string; A classification of the products by tax authority for tax purposes.
- IntendedUseClassifId; integer; Unique identifier of the intended use classification.
- InvBurdenCompileSetId; integer; Unique identifier of the compiled set used to calculate a burden schedule. This only applies to invoice distributions based on billing event detail.
- InvDiscountReasonCode; string; Reason code for discount override or rate override.
- InvDistributionTypeCode; string; Indicates the code of the type used to classify invoice distribution. Valid values are WRITE_OFF, CONCESSION, CANCEL, STANDARD, and CREDIT_MEMO.
- InvLineDistNumber; integer; Number that identifies the invoice distribution.
- InvoiceAmountCalculationCode; string; Indicates the code for the invoice amount calculation. Valid values are I - Indirect, O - Overrides, E - Extension, B - Bill rates, L - Labor Multiplier.
- InvoiceCurrencyBilledAmount; number; Amount billed in the Invoice currency amount.
- InvoiceCurrencyCode; string; Indicates the currency code for the invoice that is transferred to Oracle Receivables.
- InvoiceCurrencyCreditAmount; number; Credit amount in the invoice currency.
- InvoiceCurrencyCreditPct; number; Indicates the percent of credit in the invoice currency.
- InvoiceCurrencyDateType; string; Date type of the invoice currency.
- InvoiceCurrencyExchgDate; string; Indicates the exchange date for the conversion of the invoice currency.
- InvoiceCurrencyExchgRate; number; Exchange rate used for the invoice currency.
- InvoiceCurrencyRateType; string; Rate type of the invoice currency.
- InvoiceDate; string; The invoice date passed to Oracle Receivables, which is used to calculate the invoice due date. Upon release of the invoice, the default value is the released date. You can override the invoice date at the time of release.
- InvoiceDiscountPercentage; number; Indicates a discount percentage, expressed as a proportion multiplied by 100, that is used to calculate the adjusted invoice and rate. The percentage used is based on the markup defined in the bill rate schedule.
- InvoiceDistId; integer; Unique identifier of the invoice distribution.
- InvoiceLaborMultiplier; number; A multiplier that is assigned to the contract line, and is used to calculate the invoice amount for labor items by applying the multipler to the raw cost of the labor items.
- InvoiceMarkupPercentage; number; Indicates the markup percentage used to calculate the adjusted invoice and rate. The percentage used is based on the markup defined in the bill rate schedule.
- LedgerCurrencyBilledAmount; number; Amount billed in the currency of the ledger.
- LedgerCurrencyCode; string; Ledger currency code.
- LedgerCurrencyInvDateType; string; Date type of the ledger currency.
- LedgerCurrencyInvExchgDate; string; Indicates the conversion date used to convert the invoice to the ledger currency.
- LedgerCurrencyInvExchgRate; number; Indicates the conversion currency rate used to convert the invoice to the ledger currency.
- LedgerCurrencyInvRateType; string; Indicates the conversion currency rate type used to convert the invoice to the ledger currency.
- LinkedProjectId; integer; Unique identifier of project that is linked to the contract line associated to the invoice distribution.
- LinkedProjectName; string; Name of the project that is linked to the contract line associated to the invoice distribution.
- LinkedProjectNumber; string; Number of the project that is linked to the contract line associated to the invoice distribution.
- LinkedTaskId; integer; Unique identifier of the task that is linked to the contract line associated to the invoice distribution.
- LinkedTaskName; string; Name of the task that is linked to the contract line associated to the invoice distribution.
- LinkedTaskNumber; string; Number of the project task that is linked to the contract line associated to the invoice distribution.
- LocNumber; string; Number that identifies a letter of credit on the bill plan of a grants contract.
- ProductCategory; string; A classification of products used for tax purposes.
- ProductFcCategoryId; integer; Unique identifier of the product fiscal classification category.
- ProductFiscClassification; string; A classification of the products based on the inventory item category by the tax authority for tax purposes.
- ProductType; string; This value is another product related tax classification. The value of product type specifies whether the transaction line is for a good, or a service, or it is a memo line.
- ProjectCurrencyBilledAmount; number; Amount billed in the currency of the project.
- ProjectCurrencyCode; string; Indicates the currency code of the project.
- ProjectCurrencyInvDateType; string; Date type used for conversion to the project currency.
- ProjectCurrencyInvExchgDate; string; Indicates the currency conversion date used to convert the invoice distribution to the project currency.
- ProjectCurrencyInvExchgRate; number; Indicates the currency conversion rate used to convert the invoice currency to the project currency.
- ProjectCurrencyInvRateType; string; Indicates the currency conversion rate type used to convert the invoice to the project currency.
- ProviderLegalEntityId; integer; Unique identifier of the provider legal entity.
- Quantity; integer; Indicates the quantity of the source expenditure item for invoice transactions created from expenditure items.
- ReceiverLegalEntityId; integer; Unique identifier of the receiver legal entity.
- TpInvRulePercentage; number; Indicates the applied percentage value from the transfer price rule used to create an intercompany invoice.
- TpInvSchLinePercentage; number; The applied percentage value from the transfer price schedule line used to create an intercompany invoice.
- TransactionBusinessCategory; string; A classification or categorization of a transaction for tax purposes as required by a tax authority.
- TransactionCurrencyBilledAmount; number; Billed amount in the transaction currency.
- TransactionCurrencyCode; string; Transaction currency for the expenditure or events.
- TransactionDate; string; Date when transaction occurs.
- TransactionId; integer; Unique identifier of the expenditure item or event related to the invoice distribution.
- TransactionProjectId; integer; Unique identifier of the project related to the invoice distribution transaction.
- TransactionProjectName; string; Name of the project related to the invoice distribution transaction.
- TransactionProjectNumber; string; Number of the project related to the invoice distribution transaction.
- TransactionTaskId; integer; Unique identifier of the project task related to the invoice distribution transaction.
- TransactionTaskName; string; Name of the project task related to the invoice distribution transaction.
- TransactionTaskNumber; string; Number of the project task related to the invoice distribution transaction.
- TransactionTypeId; integer; Unique identifier of the Event Type or Expenditure Item Type related to the invoice distribution.
- UserDefinedFiscalClass; string; Indicates the default taxation country.
-
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: string
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: string
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 : projectContractInvoices-InvoiceLines-InvoiceLineDistributions
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 : projectContractInvoices-InvoiceLines-InvoiceLineDistributions-item-response
Type:
Show Source
object-
BillingExtensionId: integer
(int64)
Title:
Billing Extension IDRead Only:trueUnique identifier of billing extension used for the transaction. -
BillingJobTitle: string
Title:
Billing Job TitleRead Only:trueMaximum Length:80Indicates the title for the billing job. -
BillingResourceId: integer
(int64)
Title:
Billing Resource IDRead Only:trueUnique identifier of resource breakdown structure element. -
BillJobId: integer
(int64)
Title:
Bill Job IDRead Only:trueUnique identifier of the effective job used when invoicing a labor item as of the last time the expenditure item was invoiced. -
BillPlanId: integer
(int64)
Title:
Bill Plan IDRead Only:trueUnique identifier of the bill plan for the invoice distribution. -
BillRate: number
Title:
Bill RateRead Only:trueBill rate used in deriving the transfer price if the transfer price was based on a rate defined in a bill rate schedule. -
BillSet: integer
(int64)
Title:
Bill SetRead Only:trueNumber of the bill set which is defined in bill plan related to the invoice distribution. -
BillTransactionTypeCode: string
Title:
Billing Transaction Type CodeRead Only:trueMaximum Length:30Indicates the code used to classify the type of bill transaction. Valid values are EI - Expenditure Item or EVT - Billing Event and defined in the lookup PJB_BILL_TRANSACTION_TYPE. -
ContractCurrencyBilledAmount: number
Title:
Invoice Amount in Contract CurrencyRead Only:trueAmount billed in currency of the contract. -
ContractCurrencyCode: string
Title:
Contract CurrencyRead Only:trueMaximum Length:30Indicates the code of the currency for the contract related to the distribution. -
ContractCurrencyInvDateType: string
Title:
Contract Currency Invoice Date TypeRead Only:trueMaximum Length:30Indicates the currency conversion date type used to convert the contract to the invoice currency. -
ContractCurrencyInvExchgDate: string
(date)
Title:
Contract Currency Invoice Conversion DateRead Only:trueIndicates the date used for the conversion of the rates on the contract for the invoice. -
ContractCurrencyInvExchgRate: number
Title:
Contract Currency Invoice Conversion RateRead Only:trueIndicates the rate used to convert the invoice amounts from the transaction currency to the contract currency. -
ContractCurrencyInvRateType: string
Title:
Contract Currency Rate Type CodeRead Only:trueMaximum Length:30Indicates the code for the contract currency rate type. -
ContractLineId: integer
(int64)
Title:
Contract Line IDRead Only:trueUnique Identifier of the contract line for the invoice distribution. -
ContractLineNumber: string
Title:
Contract Line NumberRead Only:trueMaximum Length:150Number of the contract line for the invoice distribution. -
CreditedDistributionId: integer
(int64)
Title:
Origin of AdjustmentRead Only:trueUnique identifier of distribution credited by this distribution. -
CreditedInvoiceId: integer
(int64)
Title:
Credited Invoice IDRead Only:trueUnique identifier of invoice that is credited by this distribution. -
CreditedInvoiceLineId: integer
(int64)
Title:
Credited Invoice Line IDRead Only:trueUnique identifier of invoice line that is credited by this distribution. -
DocumentNumber: string
Title:
Document NumberRead Only:trueMaximum Length:240Number that identifies a document on the bill plan of a grants contract. -
EmployeeBillingTitle: string
Title:
Employee Billing TitleRead Only:trueMaximum Length:80Employee billing title. -
ICTpAmountTypeCode: string
Title:
Intercompany Transfer Price Amount TypeRead Only:trueMaximum Length:30Amount type code used for an inter company price amount. -
ICTpBaseCode: string
Title:
Intercompany Transfer Price BaseRead Only:trueMaximum Length:30Indicates the intercompany transfer price base code of an intercompany transfer invoice. -
IntendedUse: string
Title:
Intended UseRead Only:trueMaximum Length:240A classification of the products by tax authority for tax purposes. -
IntendedUseClassifId: integer
(int64)
Title:
Intended Use Classification IDRead Only:trueUnique identifier of the intended use classification. -
InvBurdenCompileSetId: integer
(int64)
Title:
Invoice Burden Compile SetRead Only:trueUnique identifier of the compiled set used to calculate a burden schedule. This only applies to invoice distributions based on billing event detail. -
InvDiscountReasonCode: string
Title:
Rate Change ReasonRead Only:trueMaximum Length:30Reason code for discount override or rate override. -
InvDistributionTypeCode: string
Title:
Invoice Distribution TypeRead Only:trueMaximum Length:30Indicates the code of the type used to classify invoice distribution. Valid values are WRITE_OFF, CONCESSION, CANCEL, STANDARD, and CREDIT_MEMO. -
InvLineDistNumber: integer
(int64)
Title:
Invoice Distribution NumberRead Only:trueNumber that identifies the invoice distribution. -
InvoiceAmountCalculationCode: string
Title:
Invoice Amount Calculation CodeRead Only:trueMaximum Length:30Indicates the code for the invoice amount calculation. Valid values are I - Indirect, O - Overrides, E - Extension, B - Bill rates, L - Labor Multiplier. -
InvoiceCurrencyBilledAmount: number
Title:
Invoice Amount in Invoice CurrencyRead Only:trueAmount billed in the Invoice currency amount. -
InvoiceCurrencyCode: string
Title:
Invoice CurrencyRead Only:trueMaximum Length:30Indicates the currency code for the invoice that is transferred to Oracle Receivables. -
InvoiceCurrencyCreditAmount: number
Title:
Invoice Currency Credit AmountRead Only:trueCredit amount in the invoice currency. -
InvoiceCurrencyCreditPct: number
Title:
Credit Percentage in Invoice CurrencyRead Only:trueIndicates the percent of credit in the invoice currency. -
InvoiceCurrencyDateType: string
Title:
Invoice Currency Conversion Date TypeRead Only:trueMaximum Length:30Date type of the invoice currency. -
InvoiceCurrencyExchgDate: string
(date)
Title:
Invoice Currency Conversion DateRead Only:trueIndicates the exchange date for the conversion of the invoice currency. -
InvoiceCurrencyExchgRate: number
Title:
Invoice Currency Conversion RateRead Only:trueExchange rate used for the invoice currency. -
InvoiceCurrencyRateType: string
Title:
Invoice Currency Conversion Rate TypeRead Only:trueMaximum Length:30Rate type of the invoice currency. -
InvoiceDate: string
(date)
Title:
DateRead Only:trueThe invoice date passed to Oracle Receivables, which is used to calculate the invoice due date. Upon release of the invoice, the default value is the released date. You can override the invoice date at the time of release. -
InvoiceDiscountPercentage: number
Title:
Discount PercentageRead Only:trueIndicates a discount percentage, expressed as a proportion multiplied by 100, that is used to calculate the adjusted invoice and rate. The percentage used is based on the markup defined in the bill rate schedule. -
InvoiceDistId: integer
(int64)
Title:
Invoice Distribution IDUnique identifier of the invoice distribution. -
InvoiceLaborMultiplier: number
Title:
Labor MultiplierRead Only:trueA multiplier that is assigned to the contract line, and is used to calculate the invoice amount for labor items by applying the multipler to the raw cost of the labor items. -
InvoiceMarkupPercentage: number
Title:
Markup PercentageRead Only:trueIndicates the markup percentage used to calculate the adjusted invoice and rate. The percentage used is based on the markup defined in the bill rate schedule. -
LedgerCurrencyBilledAmount: number
Title:
Invoice Amount in Ledger CurrencyRead Only:trueAmount billed in the currency of the ledger. -
LedgerCurrencyCode: string
Title:
Ledger CurrencyRead Only:trueMaximum Length:30Ledger currency code. -
LedgerCurrencyInvDateType: string
Title:
Ledger Currency Invoice Date TypeRead Only:trueMaximum Length:30Date type of the ledger currency. -
LedgerCurrencyInvExchgDate: string
(date)
Title:
Ledger Currency Conversion DateRead Only:trueIndicates the conversion date used to convert the invoice to the ledger currency. -
LedgerCurrencyInvExchgRate: number
Title:
Ledger Currency Conversion RateRead Only:trueIndicates the conversion currency rate used to convert the invoice to the ledger currency. -
LedgerCurrencyInvRateType: string
Title:
Ledger Currency Invoice Rate TypeRead Only:trueMaximum Length:30Indicates the conversion currency rate type used to convert the invoice to the ledger currency. -
LinkedProjectId: integer
(int64)
Title:
Associated Project IDRead Only:trueUnique identifier of project that is linked to the contract line associated to the invoice distribution. -
LinkedProjectName: string
Title:
Associated Project NameRead Only:trueMaximum Length:240Name of the project that is linked to the contract line associated to the invoice distribution. -
LinkedProjectNumber: string
Title:
Associated Project NumberRead Only:trueMaximum Length:25Number of the project that is linked to the contract line associated to the invoice distribution. -
LinkedTaskId: integer
(int64)
Title:
Associated Task IDRead Only:trueUnique identifier of the task that is linked to the contract line associated to the invoice distribution. -
LinkedTaskName: string
Title:
Associated Task NameRead Only:trueMaximum Length:255Name of the task that is linked to the contract line associated to the invoice distribution. -
LinkedTaskNumber: string
Title:
Associated Task NumberRead Only:trueMaximum Length:100Number of the project task that is linked to the contract line associated to the invoice distribution. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocNumber: string
Title:
LOC NumberRead Only:trueMaximum Length:240Number that identifies a letter of credit on the bill plan of a grants contract. -
ProductCategory: string
Title:
Product CategoryRead Only:trueMaximum Length:240A classification of products used for tax purposes. -
ProductFcCategoryId: integer
(int64)
Title:
Product FC Category IDRead Only:trueUnique identifier of the product fiscal classification category. -
ProductFiscClassification: string
Title:
Product Fiscal ClassificationRead Only:trueMaximum Length:240A classification of the products based on the inventory item category by the tax authority for tax purposes. -
ProductType: string
Title:
Product TypeRead Only:trueMaximum Length:240This value is another product related tax classification. The value of product type specifies whether the transaction line is for a good, or a service, or it is a memo line. -
ProjectCurrencyBilledAmount: number
Title:
Invoice Amount in Project CurrencyRead Only:trueAmount billed in the currency of the project. -
ProjectCurrencyCode: string
Title:
Project CurrencyRead Only:trueMaximum Length:30Indicates the currency code of the project. -
ProjectCurrencyInvDateType: string
Title:
Project Currency Invoice Date TypeRead Only:trueMaximum Length:30Date type used for conversion to the project currency. -
ProjectCurrencyInvExchgDate: string
(date)
Title:
Project Currency Conversion DateRead Only:trueIndicates the currency conversion date used to convert the invoice distribution to the project currency. -
ProjectCurrencyInvExchgRate: number
Title:
Project Currency Conversion RateRead Only:trueIndicates the currency conversion rate used to convert the invoice currency to the project currency. -
ProjectCurrencyInvRateType: string
Title:
Project Currency Invoice Rate TypeRead Only:trueMaximum Length:30Indicates the currency conversion rate type used to convert the invoice to the project currency. -
ProviderLegalEntityId: integer
(int64)
Title:
Provider Legal Entity IDRead Only:trueUnique identifier of the provider legal entity. -
Quantity: integer
Title:
QuantityRead Only:trueIndicates the quantity of the source expenditure item for invoice transactions created from expenditure items. -
ReceiverLegalEntityId: integer
(int64)
Title:
Receiver Legal Entity IDRead Only:trueUnique identifier of the receiver legal entity. -
TpInvRulePercentage: number
Title:
Transfer Price Invoice Rule PercentageRead Only:trueIndicates the applied percentage value from the transfer price rule used to create an intercompany invoice. -
TpInvSchLinePercentage: number
Title:
Transfer Price Invoice Schedule Line PercentageRead Only:trueThe applied percentage value from the transfer price schedule line used to create an intercompany invoice. -
TransactionBusinessCategory: string
Title:
Transaction Business CategoryRead Only:trueMaximum Length:240A classification or categorization of a transaction for tax purposes as required by a tax authority. -
TransactionCurrencyBilledAmount: number
Title:
Billed Amount in Transaction CurrencyRead Only:trueBilled amount in the transaction currency. -
TransactionCurrencyCode: string
Title:
Transaction CurrencyRead Only:trueMaximum Length:30Transaction currency for the expenditure or events. -
TransactionDate: string
(date)
Title:
Transaction DateRead Only:trueDate when transaction occurs. -
TransactionId: integer
(int64)
Title:
Transaction IDRead Only:trueUnique identifier of the expenditure item or event related to the invoice distribution. -
TransactionProjectId: integer
(int64)
Title:
Transaction Project IDRead Only:trueUnique identifier of the project related to the invoice distribution transaction. -
TransactionProjectName: string
Title:
Transaction Project NameRead Only:trueMaximum Length:240Name of the project related to the invoice distribution transaction. -
TransactionProjectNumber: string
Title:
Transaction Project NumberRead Only:trueMaximum Length:25Number of the project related to the invoice distribution transaction. -
TransactionTaskId: integer
(int64)
Title:
Transaction Task IDRead Only:trueUnique identifier of the project task related to the invoice distribution transaction. -
TransactionTaskName: string
Title:
Transaction Task NameRead Only:trueMaximum Length:255Name of the project task related to the invoice distribution transaction. -
TransactionTaskNumber: string
Title:
Transaction Task NumberRead Only:trueMaximum Length:100Number of the project task related to the invoice distribution transaction. -
TransactionTypeId: integer
(int64)
Title:
Transaction Type IDRead Only:trueUnique identifier of the Event Type or Expenditure Item Type related to the invoice distribution. -
UserDefinedFiscalClass: string
Title:
User-Defined Fiscal ClassificationRead Only:trueMaximum Length:240Indicates the default taxation country.
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.
Examples
The following example shows how to get all invoice line distributions by submitting a GET request on the REST resource using cURL.
curl --user ppm_cloud_user https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectContractInvoices/100100085970023/child/InvoiceLines/100100085970024/child/InvoiceLineDistributions
Example of Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"EmployeeBillingTitle": null,
"BillingJobTitle": null,
"BillJobId": null,
"BillPlanId": 300100169214485,
"BillRate": 0,
"BillSet": 1,
"BillTransactionTypeCode": "EVT",
"BillingExtensionId": null,
"ContractCurrencyBilledAmount": 2500,
"ContractCurrencyInvDateType": null,
"ContractCurrencyInvExchgDate": null,
"ContractCurrencyInvExchgRate": 1,
"ContractCurrencyInvRateType": null,
"ContractCurrencyCode": "USD",
"ContractLineId": 300100169214487,
"CreditedDistributionId": null,
"CreditedInvoiceId": null,
"CreditedInvoiceLineId": null,
"DocumentNumber": null,
"ICTpAmountTypeCode": null,
"ICTpBaseCode": null,
"IntendedUse": null,
"IntendedUseClassifId": null,
"InvDiscountReasonCode": null,
"InvDistributionTypeCode": "STANDARD",
"InvLineDistNumber": 1,
"InvoiceAmountCalculationCode": null,
"InvoiceCurrencyBilledAmount": 2500,
"InvoiceCurrencyCreditAmount": null,
"InvoiceCurrencyCreditPct": null,
"InvoiceCurrencyDateType": null,
"InvoiceCurrencyExchgDate": null,
"InvoiceCurrencyExchgRate": 1,
"InvoiceCurrencyRateType": null,
"InvoiceCurrencyCode": "USD",
"InvoiceDate": "2018-09-17",
"InvoiceDiscountPercentage": null,
"InvoiceDistId": 100100085970021,
"InvoiceLaborMultiplier": null,
"InvoiceMarkupPercentage": null,
"LedgerCurrencyBilledAmount": null,
"LedgerCurrencyInvDateType": null,
"LedgerCurrencyInvExchgDate": null,
"LedgerCurrencyInvExchgRate": null,
"LedgerCurrencyInvRateType": null,
"LedgerCurrencyCode": null,
"LinkedProjectId": 300100169214449,
"LinkedTaskId": 100100085968379,
"LocNumber": null,
"ProductFcCategoryId": null,
"ProductCategory": null,
"ProductFiscClassification": null,
"ProductType": null,
"ProjectCurrencyInvDateType": null,
"ProjectCurrencyBilledAmount": null,
"ProjectCurrencyInvExchgDate": null,
"ProjectCurrencyInvExchgRate": null,
"ProjectCurrencyInvRateType": null,
"ProjectCurrencyCode": null,
"ProviderLegalEntityId": null,
"BillingResourceId": 300100084601044,
"ReceiverLegalEntityId": null,
"TpInvRulePercentage": null,
"TpInvSchLinePercentage": null,
"TransactionDate": "2017-01-01",
"TransactionId": 300100169214498,
"TransactionProjectId": 300100169214449,
"TransactionTaskId": 100100085968379,
"TransactionTypeId": 10096,
"TransactionCurrencyBilledAmount": 2500,
"TransactionCurrencyCode": "USD",
"TransactionBusinessCategory": "SALES_TRANSACTION",
"UserDefinedFiscalClass": null,
"Quantity": null,
"ContractLineNumber": "1",
"TransactionProjectName": "PJB Bug 28128344",
"LinkedProjectName": "PJB Bug 28128344",
"TransactionTaskName": "Fixture Install",
"LinkedTaskName": "Fixture Install",
"InvBurdenCompileSetId": null,
"TransactionProjectNumber": "PJB Bug 28128344",
"LinkedProjectNumber": "PJB Bug 28128344",
"TransactionTaskNumber": "2.3",
"LinkedTaskNumber": "2.3"
}