Get all invoice data

get

/fscmRestApi/resources/11.13.18.05/publicSectorInvoices

Request

Query Parameters
  • 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).
  • 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
  • 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 invoices that match the primary key criteria specified.
      Finder Variables:
      • AgencyId; integer; Unique identifier of the agency associated with the row.
      • BillType; string; Used to classify invoices into groups of invoice documents that have similar characteristics. They are also used to assign sequence numbers to invoices.
      • Invoice; string; Unique invoice value.
    • simpleSearchFinder: Finds any invoice with an invoice ID or person name that matches the criteria specified.
      Finder Variables:
      • value; string; The unique identifer for the invoice ID or the person name.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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:
    • AccountingDate; string; The accounting date.
    • Address1; string; The first line of the applicant or customer address.
    • Address2; string; The second line of the applicant or customer address.
    • Address3; string; The third line of the applicant or customer address.
    • Address4; string; The fourth line of the applicant or customer address.
    • AgencyId; integer; Unique identifier of the agency associated with the row.
    • BalanceAmount; number; Balance amount to be paid.
    • BankAccountKey; string; The remit to bank account type.
    • BankCode; string; The remit to bank code for the organization.
    • BillStatus; string; The current status of the bill.
    • BillToContactId; integer; Bill to customer site use identifier on an invoice in Fusion Receivables.
    • BillToCustomerId; integer; Bill to customer identifier on an invoice in Fusion Receivables.
    • BillToMedia; string; Indicates the media used for billing such as print or email.
    • BillToSiteUseId; integer; Bill to site use identifier on an invoice in Fusion Receivables.
    • BillType; string; Determines the default invoice values for invoice form and invoice number ID. Passed from the source application.
    • Billable; string; Indicates whether an invoice is billable. The default value is Yes.
    • BusBusinessName; string; Business entity name.
    • BusDbaBusinessName; string; The doing business as name of the business entity.
    • BusinessEntityId; string; Unique identifier for the business entity.
    • BusinessEntityPartyId; integer; Unique identifier for the business party.
    • BusinessLocationPartyId; integer; Unique identifier for the business location party ID.
    • BusinessProfileId; integer; Unique identifier for the business profile.
    • City; string; City of the applicant or customer address.
    • Country; string; Country for the applicant or customer address.
    • County; string; County for the applicant or customer address.
    • CurrencyCode; string; Indicates the currency used for the transaction. Passed from the source application.
    • CustTrxTypeId; integer; Transaction type identifier on an invoice in Fusion Receivables.
    • CustomerTrxId; integer; Transaction identifier on an invoice in Fusion Receivables.
    • Description; string; Description of the invoice.
    • DueDate; string; The date on which the payment is due.
    • EmailAddress; string; The applicant or customer email address.
    • FirstName; string; The applicant or customer first name.
    • Invoice; string; Unique invoice value generated using Auto Number Rule configured for the bill type for this transaction. RULE_ID is derived from the BNP_BILL_TYPE table.
    • InvoiceAmount; number; The sum of all invoice line amounts.
    • InvoiceDate; string; The invoice date.
    • InvoiceFormId; string; Unique identifier for the invoice form layout to print. Derived from BNP_BILL_TYPE.
    • InvoiceStatus; string; The current status of the invoice system.
    • InvoiceSystem; string; The invoice system to which the bill has been sent.
    • InvoiceType; string; The type of invoice.
    • LastName; string; The applicant or customer last name.
    • LatestInvoice; string; Most recent invoice adjusted in the chain of adjustments.
    • LocationId; integer; Unique identifier for the party address information. Derived from PBL_PARTY_LOCATION_USE using PARTY_ID.
    • MiddleName; string; The applicant or customer middle name.
    • NameSuffix; string; The applicant or customer name suffix.
    • NextAdjustmentInvoice; string; Invoice adjusted subsequently in the chain of adjustments.
    • OrgId; integer; The unique identifier of the business unit associated with an invoice in Fusion Receivables.
    • OriginalInvoice; string; Original invoice number.
    • OwnerAddress1; string; First line of the owner address.
    • OwnerAddress2; string; Second line of the owner address.
    • OwnerAddress3; string; Third line of the owner address.
    • OwnerAddress4; string; Fourth line of the owner address.
    • OwnerCity; string; City associated with the owner address.
    • OwnerCountry; string; Country associated with the owner address.
    • OwnerCounty; string; County associated with the owner address.
    • OwnerPostalCode; string; Postal code associated with the owner address.
    • OwnerPostalPlusFourCode; string; Postal plus-four code associated with the owner address.
    • OwnerProvince; string; Province associated with the owner address.
    • OwnerState; string; State associated with the owner address.
    • PartyId; integer; Attribute used to derive party information for a person, group or organization. Passed from the source application.
    • PaymentStatus; string; The payment status of the bill.
    • PersonName; string; The applicant or customer name.
    • PostalCode; string; Postal code for applicant or customer address.
    • PostalPlus4Code; string; The Postal plus4 code for applicant or customer address.
    • PreferredContactMethod; string; The method by which a person prefers to be contacted. Passed from the source application.
    • PreferredContactPersonId; integer; Unique identifier of the preferred contact for a given party. Used to derive PARTY_ID from table PBL_PARTY_CONTACT_POINTS in order to derive contact name from PBL_PERSON_PROFILE table. Passed from source application.
    • PriorAdjustmentInvoice; string; Invoice adjusted previously in the chain of adjustments.
    • ProfileId; integer; Attribute used to derive cashier id information if payment is made through a cashier.
    • Province; string; Region code for the applicant or customer address in non-US countries.
    • SourceTransactionKey; integer; Unique identifier of the source transaction. Passed from the source application.
    • State; string; The state for applicant or customer address.
    • TermId; integer; The payment terms applicable to a fee item that assessed and due.
    • TransactionOrigin; string; Indicates where a transaction originated. Passed from the source application.
  • 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
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : publicSectorInvoices
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : publicSectorInvoices-item-response
Type: object
Show Source
Nested Schema : Bill Lines
Type: array
Title: Bill Lines
The bill lines resource is used to view, create or update invoice lines.
Show Source
Nested Schema : publicSectorInvoices-BillLine-item-response
Type: object
Show Source
Back to Top