Get all joint venture invoicing partners
get
/fscmRestApi/resources/11.13.18.05/jointVentureInvoicingPartners
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:- AltKey: Finds the joint venture invoicing partner that matches the alternate key criteria specified.
Finder Variables:- invoicingPartnerShortName; string; The invoicing partner short name.
- PrimaryKey: Finds the joint venture invoicing partner that matches the primary key criteria specified.
Finder Variables:- invoicingPartnerId; integer; The unique identifier of the joint venture invoicing partner.
- invoicingPartnerSearch: Finds one or more joint venture invoicing partners that match the specified search parameters, such as description, short name, supplier name, status, or account name.
Finder Variables:- businessUnitName; string.
- currencyCode; string.
- customerAccountName; string; The customer account name for the selected invoicing partner.
- customerPartyName; string.
- invoicingPartnerDescription; string; The description of the invoicing partner.
- invoicingPartnerShortName; string; The unique invoicing partner name, which is stored as the short name.
- invoicingPartnerStatus; string; The status of the invoicing partner.
- location; string; The location of the customer site.
- searchAllText; string; A search value to identify invoicing partners that contain the specified text in any of the string attributes.
- supplierPartyName; string; The supplier name for the selected invoicing partner.
- vendorSiteCode; string; The site code of the supplier.
- AltKey: Finds the joint venture invoicing partner that matches the alternate key criteria specified.
-
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:- activeFlag; boolean; Indicates whether the joint venture invoicing partner is active or not.
- businessUnitName; string; A field that identifies the display name of the business unit associated with the invoicing partner.
- createdBy; string; The user who created the joint venture invoicing partner.
- creationDate; string; The data and time the joint venture invoicing partner was created.
- currencyCode; string; The currency code used when creating invoices for the partner. If the currency code isn't populated, the stakeholder's currency will be used.
- customerAccountName; string; The account name of the customer.
- customerAccountNumber; string; The account number of the customer.
- customerAddress; string; The formatted address of the customer.
- customerEmailAddress; string; The email address of the customer.
- customerPartyName; string; The name of the customer.
- customerPhone; string; The formatted phone number of the customer.
- customerSetName; string; A field for identifying the customer set name in the customer information for an invoicing partner.The customer set name is associated with the customer site ID.
- customerSiteLocation; string; The location of the customer site.
- customerTaxNumber; string; The tax registration number of the customer.
- invoicingPartnerDescription; string; The description of the joint venture invoicing partner.
- invoicingPartnerId; integer; The unique identifier of the joint venture invoicing partner.
- invoicingPartnerName; string; The name of the joint venture invoicing partner.
- invoicingPartnerShortName; string; The unique name of the joint venture invoicing partner.
- invoicingPartnerStatus; string; The status of the joint venture invoicing partner.
- jibOutputFormat; string; The format of the Joint Interest Billing report output that will default on stakeholders associated with this invoicing partner.
- jibTemplateName; string; The name of the Joint Interest Billing report template that will default on stakeholders associated with this invoicing partner.
- lastUpdateDate; string; The date and time the joint venture invoicing partner was last updated.
- lastUpdatedBy; string; The user who last updated the joint venture invoicing partner.
- supplierAddress; string; The formatted address of the supplier.
- supplierBU; integer; The business unit of the supplier site.
- supplierEmailAddress; string; The email address of the supplier.
- supplierName; string; The name of the supplier.
- supplierPartyName; string; The name of the party corresponding to the supplier.
- supplierPhone; string; The formatted phone number of the supplier.
- supplierSiteCode; string; The site code of the supplier.
- supplierTaxNumber; string; The tax registration number of the supplier.
-
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 : jointVentureInvoicingPartners
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 : jointVentureInvoicingPartners-item-response
Type:
Show Source
object-
activeFlag: boolean
Title:
Invoicing Partner ActiveRead Only:trueIndicates whether the joint venture invoicing partner is active or not. -
businessUnitName: string
Title:
Business UnitA field that identifies the display name of the business unit associated with the invoicing partner. -
createdBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the joint venture invoicing partner. -
creationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe data and time the joint venture invoicing partner was created. -
currencyCode: string
Title:
Preferred CurrencyMaximum Length:15The currency code used when creating invoices for the partner. If the currency code isn't populated, the stakeholder's currency will be used. -
customerAccountName: string
Title:
CustomerRead Only:trueMaximum Length:240The account name of the customer. -
customerAccountNumber: string
Title:
Customer Account NumberMaximum Length:255The account number of the customer. -
customerAddress: string
Title:
Customer AddressMaximum Length:290The formatted address of the customer. -
customerEmailAddress: string
Title:
Customer EmailRead Only:trueMaximum Length:320The email address of the customer. -
customerPartyName: string
Title:
CustomerRead Only:trueMaximum Length:360The name of the customer. -
customerPhone: string
Title:
Customer PhoneRead Only:trueThe formatted phone number of the customer. -
customerSetName: string
Title:
Customer Set NameMaximum Length:255A field for identifying the customer set name in the customer information for an invoicing partner.The customer set name is associated with the customer site ID. -
customerSiteLocation: string
Title:
Customer SiteMaximum Length:255The location of the customer site. -
customerTaxNumber: string
Title:
Customer Tax Registration NumberRead Only:trueThe tax registration number of the customer. -
invoicingPartnerDescription: string
Title:
DescriptionMaximum Length:240The description of the joint venture invoicing partner. -
invoicingPartnerDFF: array
Invoicing Partner Descriptive Flexfields
Title:
Invoicing Partner Descriptive FlexfieldsThe joint venture invoicing partner descriptive flexfields resource is used to manage details about the descriptive flexfield references for a joint venture. -
invoicingPartnerId: integer
(int64)
Title:
Invoicing Partner IDRead Only:trueThe unique identifier of the joint venture invoicing partner. -
invoicingPartnerName: string
Title:
Invoicing PartnerRead Only:trueMaximum Length:30The name of the joint venture invoicing partner. -
invoicingPartnerShortName: string
Title:
Invoicing PartnerMaximum Length:30The unique name of the joint venture invoicing partner. -
invoicingPartnerStatus: string
Title:
StatusMaximum Length:80The status of the joint venture invoicing partner. -
jibOutputFormat: string
Title:
Joint Interest Billing Report Output FormatThe format of the Joint Interest Billing report output that will default on stakeholders associated with this invoicing partner. -
jibTemplateName: string
Title:
Joint Interest Billing Report TemplateMaximum Length:100The name of the Joint Interest Billing report template that will default on stakeholders associated with this invoicing partner. -
lastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time the joint venture invoicing partner was last updated. -
lastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the joint venture invoicing partner. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
supplierAddress: string
Title:
Supplier AddressMaximum Length:290The formatted address of the supplier. -
supplierBU: integer
Title:
Supplier BUThe business unit of the supplier site. -
supplierEmailAddress: string
Title:
Supplier EmailRead Only:trueMaximum Length:320The email address of the supplier. -
supplierName: string
Title:
SupplierMaximum Length:360The name of the supplier. -
supplierPartyName: string
Title:
SupplierRead Only:trueMaximum Length:360The name of the party corresponding to the supplier. -
supplierPhone: string
Title:
Supplier PhoneRead Only:trueThe formatted phone number of the supplier. -
supplierSiteCode: string
Title:
Supplier SiteMaximum Length:255The site code of the supplier. -
supplierTaxNumber: string
Title:
Supplier Tax Registration NumberRead Only:trueThe tax registration number of the supplier. -
warningMessage: string
Title:
Warning MessageIndicates if there are any warning messages when creating a joint venture invoicing partner.
Nested Schema : Invoicing Partner Descriptive Flexfields
Type:
arrayTitle:
Invoicing Partner Descriptive FlexfieldsThe joint venture invoicing partner descriptive flexfields resource is used to manage details about the descriptive flexfield references for a joint venture.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : jointVentureInvoicingPartners-invoicingPartnerDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:150The descriptive flexfield context name for the joint venture invoicing partner. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentThe descriptive flexfield context display value for the joint venture invoicing partner. -
InvoicingPartnerId: integer
(int64)
The unique identifier of the joint venture invoicing partner.
-
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 : 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 multiple invoicing partners by submitting a GET request on the REST resource using cURL.
curl -u username:password -i -X GET https://servername.fa.us2.oraclecloud.com/ledgerApi/resources/11.13.18.05/jointVentureInvoicingPartners
Response Body Example
The following shows an example of the response body in JSON format.
{
"items" : [ {
"invoicingPartnerDescription" : "CTS1",
"invoicingPartnerId" : 300100184808020,
"invoicingPartnerName" : "CTS1",
"invoicingPartnerShortName" : "CTS1",
"supplierPartyName" : "Big Computers",
"customerPartyName" : "Vision Corporation",
"supplierBU" : null,
"supplierSiteCode" : null,
"supplierName" : "Big Computers",
"invoicingPartnerStatus" : "Active",
"customerTaxNumber" : "AGHLM5614F",
"supplierTaxNumber" : null,
"customerAccountNumber" : "CDRM_196203",
"customerSetName" : null,
"customerSiteLocation" : "CDRM_173210",
"warningMessage" : null,
"customerAccountName" : "Purchase Account For HEPP",
"createdBy" : "username",
"creationDate" : "2020-01-22T10:07:54+00:00",
"lastUpdatedBy" : "username",
"lastUpdateDate" : "2020-01-22T10:07:54.484+00:00",
"supplierAddress" : null,
"customerAddress" : "900 Long Ridge Road,Stamford,CT,US,06902",
"supplierEmailAddress" : null,
"customerEmailAddress" : null,
"supplierPhone" : null,
"customerPhone" : null,
"activeFlag" : true
}, {
"invoicingPartnerDescription" : "Central Region Supplier",
"invoicingPartnerId" : 300100185016428,
"invoicingPartnerName" : "CAAZPROM-C",
"invoicingPartnerShortName" : "CAAZPROM-C",
"supplierPartyName" : "Large and Associates",
"customerPartyName" : null,
"supplierBU" : null,
"supplierSiteCode" : "POZ13819",
"supplierName" : "Large and Associates",
"invoicingPartnerStatus" : "Active",
"customerTaxNumber" : null,
"supplierTaxNumber" : null,
"customerAccountNumber" : null,
"customerSetName" : null,
"customerSiteLocation" : null,
"warningMessage" : null,
"customerAccountName" : null,
"createdBy" : "username",
"creationDate" : "2020-01-30T18:02:36+00:00",
"lastUpdatedBy" : "username",
"lastUpdateDate" : "2020-01-30T18:02:36.059+00:00",
"supplierAddress" : "315 Park Avenue South,New York,NY,US,10010",
"customerAddress" : null,
"supplierEmailAddress" : null,
"customerEmailAddress" : null,
"supplierPhone" : null,
"customerPhone" : null,
"activeFlag" : true
}, {
"invoicingPartnerDescription" : "COC US",
"invoicingPartnerId" : 300100184918301,
"invoicingPartnerName" : "GASYPROM-SHUIC2",
"invoicingPartnerShortName" : "GASYPROM-SHUIC2",
"supplierPartyName" : "Di Edwards",
"customerPartyName" : null,
"supplierBU" : null,
"supplierSiteCode" : null,
"supplierName" : "Di Edwards",
"invoicingPartnerStatus" : "Active",
"customerTaxNumber" : null,
"supplierTaxNumber" : null,
"customerAccountNumber" : null,
"customerSetName" : null,
"customerSiteLocation" : null,
"warningMessage" : null,
"customerAccountName" : null,
"createdBy" : "username",
"creationDate" : "2020-01-27T05:20:25+00:00",
"lastUpdatedBy" : "username",
"lastUpdateDate" : "2020-01-27T05:20:25.051+00:00",
"supplierAddress" : null,
"customerAddress" : null,
"supplierEmailAddress" : "sendmail-test-discard@oracle.com",
"customerEmailAddress" : null,
"supplierPhone" : null,
"customerPhone" : null,
"activeFlag" : true
}, {
"invoicingPartnerDescription" : "IP for ESS UI 2",
"invoicingPartnerId" : 300100185190979,
"invoicingPartnerName" : "NDESSIP2",
"invoicingPartnerShortName" : "NDESSIP2",
"supplierPartyName" : null,
"customerPartyName" : "w_Green Corp",
"supplierBU" : null,
"supplierSiteCode" : null,
"supplierName" : null,
"invoicingPartnerStatus" : "Active",
"customerTaxNumber" : null,
"supplierTaxNumber" : null,
"customerAccountNumber" : "3708",
"customerSetName" : null,
"customerSiteLocation" : null,
"warningMessage" : null,
"customerAccountName" : "w_Green Corp",
"createdBy" : "username",
"creationDate" : "2020-02-07T07:09:28+00:00",
"lastUpdatedBy" : "username",
"lastUpdateDate" : "2020-02-07T07:09:28.036+00:00",
"supplierAddress" : null,
"customerAddress" : "5901 Indian School Road NE,Suite 204,Albuquerque,NM,US,87110",
"supplierEmailAddress" : null,
"customerEmailAddress" : null,
"supplierPhone" : null,
"customerPhone" : null,
"activeFlag" : true
}, {
"invoicingPartnerDescription" : "INVOICING PENNYPACK",
"invoicingPartnerId" : 300100184869565,
"invoicingPartnerName" : "CRUDDO",
"invoicingPartnerShortName" : "CRUDDO",
"supplierPartyName" : null,
"customerPartyName" : "PennyPack Systems",
"supplierBU" : null,
"supplierSiteCode" : null,
"supplierName" : null,
"invoicingPartnerStatus" : "Active",
"customerTaxNumber" : null,
"supplierTaxNumber" : null,
"customerAccountNumber" : "4725",
"customerSetName" : null,
"customerSiteLocation" : null,
"warningMessage" : null,
"customerAccountName" : null,
"createdBy" : "username",
"creationDate" : "2020-01-23T09:46:54+00:00",
"lastUpdatedBy" : "username",
"lastUpdateDate" : "2020-01-23T09:46:54.048+00:00",
"supplierAddress" : null,
"customerAddress" : "4190 Network Circle,Santa Clara,CA,US,95054",
"supplierEmailAddress" : null,
"customerEmailAddress" : null,
"supplierPhone" : null,
"customerPhone" : "1-650-555 1812",
"activeFlag" : true
}, {
"invoicingPartnerDescription" : "INVOICING PARTNER1",
"invoicingPartnerId" : 300100184918340,
"invoicingPartnerName" : "GSYPROM-OPDP1UI1",
"invoicingPartnerShortName" : "GSYPROM-OPDP1UI1",
"supplierPartyName" : null,
"customerPartyName" : "Dealer B Region",
"supplierBU" : null,
"supplierSiteCode" : null,
"supplierName" : null,
"invoicingPartnerStatus" : "Active",
"customerTaxNumber" : null,
"supplierTaxNumber" : null,
"customerAccountNumber" : "4723",
"customerSetName" : null,
"customerSiteLocation" : null,
"warningMessage" : null,
"customerAccountName" : null,
"createdBy" : "username",
"creationDate" : "2020-01-27T05:20:44+00:00",
"lastUpdatedBy" : "username",
"lastUpdateDate" : "2020-01-27T05:20:44.026+00:00",
"supplierAddress" : null,
"customerAddress" : "6031 Connection Drive,Irving TX,US,75039",
"supplierEmailAddress" : null,
"customerEmailAddress" : null,
"supplierPhone" : null,
"customerPhone" : "1-650-555 1221",
"activeFlag" : true
},{
"invoicingPartnerDescription" : "INVOICING PARTNER2",
"invoicingPartnerId" : 300100184918342,
"invoicingPartnerName" : "GSYPROM-OPDP1UI2",
"invoicingPartnerShortName" : "GSYPROM-OPDP1UI2",
"supplierPartyName" : null,
"customerPartyName" : "Seven Corporation",
"supplierBU" : null,
"supplierSiteCode" : null,
"supplierName" : null,
"invoicingPartnerStatus" : "Active",
"customerTaxNumber" : null,
"supplierTaxNumber" : null,
"customerAccountNumber" : "3512",
"customerSetName" : null,
"customerSiteLocation" : null,
"warningMessage" : null,
"customerAccountName" : "Seven Corporation",
"createdBy" : "username",
"creationDate" : "2020-01-27T05:20:45+00:00",
"lastUpdatedBy" : "username",
"lastUpdateDate" : "2020-01-27T05:20:45.032+00:00",
"supplierAddress" : null,
"customerAddress" : "330 rue St-Vallier Est,Bureau 130,Quebec,CA,G1K 9C5",
"supplierEmailAddress" : null,
"customerEmailAddress" : null,
"supplierPhone" : null,
"customerPhone" : null,
"activeFlag" : true
}, {
"invoicingPartnerDescription" : "INVOICING PARTNER3",
"invoicingPartnerId" : 300100184918343,
"invoicingPartnerName" : "GSYPROM-OPDP1UI3",
"invoicingPartnerShortName" : "GSYPROM-OPDP1UI3",
"supplierPartyName" : null,
"customerPartyName" : "Tall Manufacturing",
"supplierBU" : null,
"supplierSiteCode" : null,
"supplierName" : null,
"invoicingPartnerStatus" : "Active",
"customerTaxNumber" : null,
"supplierTaxNumber" : null,
"customerAccountNumber" : "3474",
"customerSetName" : null,
"customerSiteLocation" : null,
"warningMessage" : null,
"customerAccountName" : "Tall Manufacturing",
"createdBy" : "username",
"creationDate" : "2020-01-27T05:20:45+00:00",
"lastUpdatedBy" : "username",
"lastUpdateDate" : "2020-01-27T05:20:45.026+00:00",
"supplierAddress" : null,
"customerAddress" : "51 Prosta Street,Warsaw,PL,00-838",
"supplierEmailAddress" : null,
"customerEmailAddress" : null,
"supplierPhone" : null,
"customerPhone" : null,
"activeFlag" : true
}, {
"invoicingPartnerDescription" : "INVOICING TALL",
"invoicingPartnerId" : 300100184869563,
"invoicingPartnerName" : "GSYPROM-OPDUI01",
"invoicingPartnerShortName" : "GSYPROM-OPDUI01",
"supplierPartyName" : null,
"customerPartyName" : "Tall Manufacturing",
"supplierBU" : null,
"supplierSiteCode" : null,
"supplierName" : null,
"invoicingPartnerStatus" : "Active",
"customerTaxNumber" : null,
"supplierTaxNumber" : null,
"customerAccountNumber" : "4726",
"customerSetName" : null,
"customerSiteLocation" : null,
"warningMessage" : null,
"customerAccountName" : null,
"createdBy" : "username",
"creationDate" : "2020-01-23T09:40:09+00:00",
"lastUpdatedBy" : "username",
"lastUpdateDate" : "2020-01-23T09:40:09.040+00:00",
"supplierAddress" : null,
"customerAddress" : "5901 Indian School Road NE,Suite 204,Albuquerque,NM,US,87110",
"supplierEmailAddress" : null,
"customerEmailAddress" : "sendmail-test-discard@oracle.com",
"supplierPhone" : null,
"customerPhone" : "1-650-555 1122",
"activeFlag" : true
},