Get all documents

get

/fscmRestApi/resources/11.13.18.05/inboundFiscalDocuments

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 fiscal documents according to the primary key of fiscal document headers.
      Finder Variables:
      • DocumentId; integer; Value that uniquely identifies the inbound fiscal document.
    • PurchaseOrderBased: Finds fiscal documents according to the Purchase Order source document type.
      Finder Variables:
      • bindIncludeCaptured; string; Contains one of the following values: Y or N. If Y, then the captured documents are part of the result. If N, then the captured documents aren't part of the result. The default value is Y.
    • ReturnMaterialOrderBased: Finds fiscal documents according to the Return Material Authorisation source document type.
      Finder Variables:
      • TransferOrderBased: Finds fiscal documents according to the Internal Requisition source document type.
        Finder Variables:
        • findByBilltoBusinessUnit: Finds fiscal documents according to the search parameters.
          Finder Variables:
          • bindAccessKey; string; Number that identifies the access key of the fiscal document.
          • bindBillToBusinessUnit; string; Name of the bill to business unit of the fiscal document.
          • bindDocumentNumber; string; Number that identifies the fiscal document.
          • bindIncludeCaptured; string; Contains one of the following values: Y or N. If Y, then the captured documents are part of the result. If N, then the captured documents aren't part of the result. The default value is Y.
          • bindInventoryItemNumber; string; Value that identifies the item of a fiscal document line.
          • bindIssuer; string; Name of the issuer of the fiscal document.
          • bindLineSourceDocumentType; string; Type of source of the fiscal document line.
          • bindPOLineNumber; string; Number that identifies the line of source document.
          • bindPONumber; string; Number that identifies the source document.
          • bindPOScheduleNumber; string; Number that identifies the schedule of the source document.
          • bindReceiptNumber; string; Number that identifies the receipt of the fiscal document schedule.
          • bindSalesReturnOrderLine; string; Number that identifies the line of a return order.
          • bindSalesReturnOrderNumber; string; Number that identifies the return order.
          • bindSalesReturnOrderSchedule; string; Number that identifies the schedule of a return order.
          • bindScheduleSourceDocumentType; string; Type of source of the fiscal document schedule.
          • bindShipmentLine; string; Number that identifies the line of a shipment.
          • bindShipmentNumber; string; Number that identifies the shipment.
          • bindSourceDocumentBU; string; Name of the source document business unit of a fiscal document line.
          • bindSourceDocumentType; string; Type of source of the fiscal document.
          • bindStatusCode; string; Code that identifies the status of the inbound fiscal document.
      • 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:
        • ASNNumber; string; Advanced shipment notice number associated with the drop ship seller flow.
        • AccessKey; string; Number that identifies the access key of the referenced inbound fiscal document.
        • ConsumptionAdviceNumber; string; Consumption advice reference number associated with the consigned fiscal flow.
        • DocumentId; integer; Value that uniquely identifies the inbound fiscal document.
        • DocumentNumber; string; Number that identifies the inbound fiscal document.
        • DocumentType; string; Type of the fiscal document sent by supplier or party.
        • DocumentTypeCode; string; Code that identifies the type of fiscal document that is sent by the supplier or party for capturing and processing to indicate the business flow it covers.
        • FiscalFlow; string; Name of the fiscal flow that defines the business flow for a fiscal document.
        • IssueDate; string; Date when the fiscal document is issued.
        • SourceDocumentType; string; Type of the source fiscal document.
        • SourceDocumentTypeCode; string; Code that identifies the document type that acts as source for the fiscal document that is captured or created.
        • SourceReferenceDocumentHeaderId; integer; Value that uniquely identifies the reference source document.
        • Status; string; Status of the inbound fiscal document.
        • StatusCode; string; Code that identifies the status of the inbound fiscal document.
        • Usage; string; Code that distinguishes the fiscal document usage.
      • 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 : inboundFiscalDocuments
      Type: object
      Show Source
      Nested Schema : Items
      Type: array
      Title: Items
      The items in the collection.
      Show Source
      Nested Schema : inboundFiscalDocuments-item-response
      Type: object
      Show Source
      Nested Schema : Fiscal Document Lines
      Type: array
      Title: Fiscal Document Lines
      The Fiscal Document Lines resource gets the fiscal document lines information. It also allows update of delivered quantity to confirm item deliveries.
      Show Source
      Nested Schema : inboundFiscalDocuments-fiscalDocumentLines-item-response
      Type: object
      Show Source
      • Title: Amount
        Read Only: true
        Amount on the fiscal document item line.
      • Title: Charges
        Read Only: true
        Unit price of goods or services.
      • Title: Document ID
        Read Only: true
        Value that uniquely identifies the inbound fiscal document.
      • Title: External Item
        Read Only: true
        Maximum Length: 300
        Indicates the name of the item given on the fiscal document sent by the issuer.
      • Title: Description
        Read Only: true
        Maximum Length: 250
        Indicates the description of the item given on the fiscal document sent by the issuer.
      • Title: FCI Number
        Read Only: true
        Maximum Length: 36
        Displays the FCI Number for imported products that are subject to industrial processing on the fiscal document line.
      • Fiscal Document Schedules
        Title: Fiscal Document Schedules
        The Fiscal Document Schedules resource gets the schedule information of the fiscal document.
      • Title: Item Description
        Read Only: true
        Description of the item on the fiscal document line.
      • Title: Item ID
        Read Only: true
        Value that uniquely identifies the item.
      • Title: Item Code
        Read Only: true
        Maximum Length: 80
        Number that identifies the item on the fiscal document line.
      • Title: Document Line ID
        Read Only: true
        Value that uniquely identifies the fiscal document line.
      • Title: Line Number
        Read Only: true
        Number that identifies the line of the fiscal document item.
      • Title: Source Document Type
        Read Only: true
        Maximum Length: 255
        Type of the fiscal document sent by supplier or party.
      • Title: Source Document Type Code
        Read Only: true
        Maximum Length: 30
        Code that identifies the document type that acts as source for the fiscal document that is captured or created.
      • Title: Status Code
        Read Only: true
        Maximum Length: 30
        Default Value: NEW
        Status of the item line. This value is generated by the application.
      • Links
      • Title: Physical Receipt Date
        Read Only: true
        Date when goods or service are physically received.
      • Title: Delivered Quantity
        Quantity that was physically received.
      • Title: Unit Price
        Read Only: true
        Unit price of goods or services.
      • Title: Quantity
        Read Only: true
        Quantity on the fiscal document line.
      • Title: Secondary Quantity
        Indicates the quantity in the secondary unit of measure for a dual-UOM-controlled item.
      • Title: Secondary UOM
        Read Only: true
        Maximum Length: 30
        Indicates the UOM code of the alternative unit of measure that's allowed to quantify a dual-UOM-controlled item.
      • Title: Secondary UOM
        Read Only: true
        Maximum Length: 25
        Indicates the alternative unit of measure that's allowed to quantify a dual-UOM-controlled item.
      • Title: Source Document BU ID
        Read Only: true
        Value that uniquely identifies the source document business unit.
      • Title: Source Document BU
        Read Only: true
        Maximum Length: 255
        Name of the business unit for the source document. Valid values are Procurement BU, Requisition BU, or Receivable BU.
      • Title: Status
        Maximum Length: 30
        Status of the fiscal document line.
      • Title: Line Type
        Read Only: true
        Maximum Length: 255
        Type of line on the fiscal document.
      • Title: Type Code
        Read Only: true
        Maximum Length: 30
        Code that identifies the type of line on the fiscal document.
      • Title: UOM Code
        Read Only: true
        Maximum Length: 30
        Code that identifies the unit of measure of the item quantity that was physically received.
      • Title: UOM Name
        Read Only: true
        Maximum Length: 25
        Name of the base unit of measure to be used where allocation basis is quantity, weight, or volume.
      Nested Schema : Fiscal Document Schedules
      Type: array
      Title: Fiscal Document Schedules
      The Fiscal Document Schedules resource gets the schedule information of the fiscal document.
      Show Source
      Nested Schema : inboundFiscalDocuments-fiscalDocumentLines-fiscalDocumentSchedules-item-response
      Type: object
      Show Source
      Back to Top

      Examples

      This example describes how to get all documents.

      Example 1 cURL Command

      Use the following cURL command to submit a request on the REST resource to get all documents:

      curl -u username:password "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments"

      Example 1 Response Body

      The following shows an example of the response body in JSON format.

      {
      	"items": [
      	{
      		"DocumentId": 300100179185418,
      		"DocumentNumber": "310815420192",
      		"AccessKey": "310815420192",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 100100077234663,
      		"FiscalFlow": "Consignment Remittance",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494041,
      		"PartyTypeIssuerAddress": "Example Co. BR",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494032,
      		"PartyTypeIssuerName": "Marcopolo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100166512700,
      		"PartyTypeIssuerTaxpayerNumber": "88611835000129",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2019-04-15",
      		"AcknowledgedDate": "2019-04-15",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494041,
      		"PartyTypeShipfromAddress": "Example Co. BR",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494032,
      		"PartyTypeShipfromName": "Marcopolo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100166512700,
      		"PartyTypeShipfromTaxpayerNumber": "88611835000129",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 532,
      		"DocumentTypeCode": "REMITTANCE",
      		"DocumentType": "Remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100179185418",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000678"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100179185418",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100179185418/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100207960873,
      		"DocumentNumber": "9307122091657",
      		"AccessKey": "9307122091657",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 100100077234675,
      		"FiscalFlow": "Drop Ship Seller",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100122946343,
      		"PartyTypeIssuerAddress": "Example Co. BR",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100122946333,
      		"PartyTypeIssuerName": "FD3_Supplier_CMF",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100172479212,
      		"PartyTypeIssuerTaxpayerNumber": "12345987654321",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2020-07-09",
      		"AcknowledgedDate": "2020-07-09",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100122946343,
      		"PartyTypeShipfromAddress": "Example Co. BR",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100122946333,
      		"PartyTypeShipfromName": "FD3_Supplier_CMF",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100172479212,
      		"PartyTypeShipfromTaxpayerNumber": "12345987654321",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 122.25,
      		"DocumentTypeCode": "SALES",
      		"DocumentType": "Sales",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100207960873",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100207960873",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100207960873/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100276252123,
      		"DocumentNumber": "94080120112444",
      		"AccessKey": "94080120112444",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 100100077234676,
      		"FiscalFlow": "Drop Ship Seller Complementary",
      		"ParentDocumentId": 300100276247980,
      		"ParentDocumentNumber": "93080120112444",
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100122946343,
      		"PartyTypeIssuerAddress": "Example Co. BR",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100122946333,
      		"PartyTypeIssuerName": "FD3_Supplier_CMF",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100172479212,
      		"PartyTypeIssuerTaxpayerNumber": "12345987654321",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2020-07-29",
      		"AcknowledgedDate": "2020-07-29",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100122946343,
      		"PartyTypeShipfromAddress": "Example Co. BR",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100122946333,
      		"PartyTypeShipfromName": "FD3_Supplier_CMF",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100172479212,
      		"PartyTypeShipfromTaxpayerNumber": "12345987654321",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 12,
      		"DocumentTypeCode": "CMP_SALES",
      		"DocumentType": "Complementary sales",
      		"SourceDocumentTypeCode": "REFERENCED_FISCAL_DOCUMENT",
      		"SourceDocumentType": "Referenced fiscal document",
      		"Usage": "MATERIAL",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100276252123",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100276252123",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100276252123/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100259783939,
      		"DocumentNumber": "94071820122516",
      		"AccessKey": "94071820122516",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 100100077234676,
      		"FiscalFlow": "Drop Ship Seller Complementary",
      		"ParentDocumentId": 300100259783711,
      		"ParentDocumentNumber": "93071820122516",
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100122946343,
      		"PartyTypeIssuerAddress": "Example Co. BR",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100122946333,
      		"PartyTypeIssuerName": "FD3_Supplier_CMF",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100172479212,
      		"PartyTypeIssuerTaxpayerNumber": "12345987654321",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2020-07-15",
      		"AcknowledgedDate": "2020-07-15",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100122946343,
      		"PartyTypeShipfromAddress": "Example Co. BR",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100122946333,
      		"PartyTypeShipfromName": "FD3_Supplier_CMF",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100172479212,
      		"PartyTypeShipfromTaxpayerNumber": "12345987654321",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 12,
      		"DocumentTypeCode": "CMP_SALES",
      		"DocumentType": "Complementary sales",
      		"SourceDocumentTypeCode": "REFERENCED_FISCAL_DOCUMENT",
      		"SourceDocumentType": "Referenced fiscal document",
      		"Usage": "MATERIAL",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100259783939",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100259783939",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100259783939/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100268170506,
      		"DocumentNumber": "9407252092943",
      		"AccessKey": "9407252092943",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 100100077234676,
      		"FiscalFlow": "Drop Ship Seller Complementary",
      		"ParentDocumentId": 300100268170062,
      		"ParentDocumentNumber": "9307252092943",
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100122946343,
      		"PartyTypeIssuerAddress": "Example Co. BR",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100122946333,
      		"PartyTypeIssuerName": "FD3_Supplier_CMF",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100172479212,
      		"PartyTypeIssuerTaxpayerNumber": "12345987654321",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2020-07-22",
      		"AcknowledgedDate": "2020-07-22",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100122946343,
      		"PartyTypeShipfromAddress": "Example Co. BR",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100122946333,
      		"PartyTypeShipfromName": "FD3_Supplier_CMF",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100172479212,
      		"PartyTypeShipfromTaxpayerNumber": "12345987654321",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 12,
      		"DocumentTypeCode": "CMP_SALES",
      		"DocumentType": "Complementary sales",
      		"SourceDocumentTypeCode": "REFERENCED_FISCAL_DOCUMENT",
      		"SourceDocumentType": "Referenced fiscal document",
      		"Usage": "MATERIAL",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100268170506",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100268170506",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100268170506/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	}
      	],
      	"count": 5,
      	"hasMore": true,
      	"limit": 25,
      	"offset": 0,
      	"links": [
      	{
      		"rel": "self",
      		"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments",
      		"name": "inboundFiscalDocuments",
      		"kind": "collection"
      	}
      	]
      }
      

      Example 2 cURL Command

      Use the following cURL command to submit a request on the REST resource to get all documents in a bill to business unit:

      curl -u username:password "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments?finder=findByBilltoBusinessUnit;bindBillToBusinessUnit=Vision Brazil"

      Example 2 Response Body

      The following shows an example of the response body in JSON format.

      {
      	"items": [
      	{
      		"DocumentId": 300100118468902,
      		"DocumentNumber": "2507210701",
      		"AccessKey": "nfe2507210701",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2017-07-21",
      		"AcknowledgedDate": "2017-07-25",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "A1",
      		"SubSeries": null,
      		"TotalAmount": 2000,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468902",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000D78"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468902",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468902/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100123926847,
      		"DocumentNumber": "987987987005",
      		"AccessKey": "987987987005",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494041,
      		"PartyTypeIssuerAddress": null,
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494032,
      		"PartyTypeIssuerName": null,
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494060,
      		"PartyTypeIssuerTaxpayerNumber": null,
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2017-09-25",
      		"AcknowledgedDate": "2017-09-25",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494041,
      		"PartyTypeShipfromAddress": null,
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494032,
      		"PartyTypeShipfromName": null,
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494060,
      		"PartyTypeShipfromTaxpayerNumber": null,
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": "1",
      		"TotalAmount": 100,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926847",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926847",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926847/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100166952295,
      		"DocumentNumber": "203060618004746",
      		"AccessKey": "060618004746",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494041,
      		"PartyTypeIssuerAddress": "Example Co. BR",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494032,
      		"PartyTypeIssuerName": "Marcopolo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100166512700,
      		"PartyTypeIssuerTaxpayerNumber": "88611835000129",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2018-06-06",
      		"AcknowledgedDate": "2018-06-06",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494041,
      		"PartyTypeShipfromAddress": "Example Co. BR",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494032,
      		"PartyTypeShipfromName": "Marcopolo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100166512700,
      		"PartyTypeShipfromTaxpayerNumber": "88611835000129",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 100,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100166952295",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000778"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100166952295",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100166952295/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100171421860,
      		"DocumentNumber": "3108111020182",
      		"AccessKey": "3108111020182",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 100100077234691,
      		"FiscalFlow": "Purchased Material Import",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 23897,
      		"PartyTypeIssuerAddress": null,
      		"LETypeIssuerAddress": "Example 1 Co. BR",
      		"IssuerPartyId": 1036,
      		"PartyTypeIssuerName": null,
      		"IssuerLegalEntityName": "Vision Brazil",
      		"IssuerTaxId": 12055,
      		"PartyTypeIssuerTaxpayerNumber": null,
      		"LETypeIssuerTaxpayerNumber": "65100200000161",
      		"IssueDate": "2018-10-11",
      		"AcknowledgedDate": "2018-10-11",
      		"ReceiverLocationId": 300100151423471,
      		"PartyTypeReceiverAddress": "Post Street, 611, , Princeton-By-The-Sea, CA, US, 94101",
      		"LETypeReceiverAddress": null,
      		"ReceiverPartyId": 300100151423461,
      		"PartyTypeReceiverName": "Brazil-USA Supplier",
      		"ReceiverLegalEntityName": null,
      		"ReceiverTaxId": null,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": null,
      		"ShipfromLocationId": 300100151423471,
      		"PartyTypeShipfromAddress": "Post Street, 611, , Princeton-By-The-Sea, CA, US, 94101",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100151423461,
      		"PartyTypeShipfromName": "Brazil-USA Supplier",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": null,
      		"PartyTypeShipfromTaxpayerNumber": null,
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 100,
      		"DocumentTypeCode": "REMITTANCE",
      		"DocumentType": "Remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100171421860",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100171421860",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100171421860/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100183355534,
      		"DocumentNumber": "102091219083114",
      		"AccessKey": "102091219083114",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2019-09-12",
      		"AcknowledgedDate": "2019-09-12",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 10,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	}
      	],
      	"count": 5,
      	"hasMore": true,
      	"limit": 5,
      	"offset": 0,
      	"links": [
      	{
      		"rel": "self",
      		"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments",
      		"name": "inboundFiscalDocuments",
      		"kind": "collection"
      	}
      	]
      }
      

      Example 3 cURL Command

      Use the following cURL command to submit a request on the REST resource to get all documents not in the Captured status in a bill to business unit:

      curl -u username:password "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments?finder=findByBilltoBusinessUnit;bindBillToBusinessUnit=Vision Brazil,bindIncludeCaptured=N"

      Example 3 Response Body

      The following shows an example of the response body in JSON format.

      {
      	"items": [
      	{
      		"DocumentId": 300100123926847,
      		"DocumentNumber": "987987987005",
      		"AccessKey": "987987987005",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494041,
      		"PartyTypeIssuerAddress": null,
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494032,
      		"PartyTypeIssuerName": null,
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494060,
      		"PartyTypeIssuerTaxpayerNumber": null,
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2017-09-25",
      		"AcknowledgedDate": "2017-09-25",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494041,
      		"PartyTypeShipfromAddress": null,
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494032,
      		"PartyTypeShipfromName": null,
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494060,
      		"PartyTypeShipfromTaxpayerNumber": null,
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": "1",
      		"TotalAmount": 100,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926847",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926847",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926847/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100171421860,
      		"DocumentNumber": "3108111020182",
      		"AccessKey": "3108111020182",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 100100077234691,
      		"FiscalFlow": "Purchased Material Import",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 23897,
      		"PartyTypeIssuerAddress": null,
      		"LETypeIssuerAddress": "Example 1 Co. BR",
      		"IssuerPartyId": 1036,
      		"PartyTypeIssuerName": null,
      		"IssuerLegalEntityName": "Vision Brazil",
      		"IssuerTaxId": 12055,
      		"PartyTypeIssuerTaxpayerNumber": null,
      		"LETypeIssuerTaxpayerNumber": "65100200000161",
      		"IssueDate": "2018-10-11",
      		"AcknowledgedDate": "2018-10-11",
      		"ReceiverLocationId": 300100151423471,
      		"PartyTypeReceiverAddress": "Post Street, 611, , Princeton-By-The-Sea, CA, US, 94101",
      		"LETypeReceiverAddress": null,
      		"ReceiverPartyId": 300100151423461,
      		"PartyTypeReceiverName": "Brazil-USA Supplier",
      		"ReceiverLegalEntityName": null,
      		"ReceiverTaxId": null,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": null,
      		"ShipfromLocationId": 300100151423471,
      		"PartyTypeShipfromAddress": "Post Street, 611, , Princeton-By-The-Sea, CA, US, 94101",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100151423461,
      		"PartyTypeShipfromName": "Brazil-USA Supplier",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": null,
      		"PartyTypeShipfromTaxpayerNumber": null,
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 100,
      		"DocumentTypeCode": "REMITTANCE",
      		"DocumentType": "Remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100171421860",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100171421860",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100171421860/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100183355534,
      		"DocumentNumber": "102091219083114",
      		"AccessKey": "102091219083114",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2019-09-12",
      		"AcknowledgedDate": "2019-09-12",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 10,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100118468403,
      		"DocumentNumber": "25072017",
      		"AccessKey": "nfe25072017",
      		"StatusCode": "PRE_VALIDATED",
      		"Status": "Completed Prevalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2017-07-21",
      		"AcknowledgedDate": "2017-07-25",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "A1",
      		"SubSeries": null,
      		"TotalAmount": 2000,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468403",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000F78"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468403",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468403/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100123926569,
      		"DocumentNumber": "310825920172",
      		"AccessKey": "310825920172",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494041,
      		"PartyTypeIssuerAddress": null,
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494032,
      		"PartyTypeIssuerName": null,
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494060,
      		"PartyTypeIssuerTaxpayerNumber": null,
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2017-09-25",
      		"AcknowledgedDate": "2017-09-25",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494041,
      		"PartyTypeShipfromAddress": null,
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494032,
      		"PartyTypeShipfromName": null,
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494060,
      		"PartyTypeShipfromTaxpayerNumber": null,
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 100,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926569",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926569",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926569/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	}
      	],
      	"count": 5,
      	"hasMore": true,
      	"limit": 5,
      	"offset": 0,
      	"links": [
      	{
      		"rel": "self",
      		"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments",
      		"name": "inboundFiscalDocuments",
      		"kind": "collection"
      	}
      	]
      }
      

      Example 4 cURL Command

      Use the following cURL command to submit a request on the REST resource to get all documents including documents in the Captured status in a bill to business unit:

      curl -u username:password "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments?finder=findByBilltoBusinessUnit;bindBillToBusinessUnit=Vision Brazil,bindIncludeCaptured=Y"

      Example 4 Response Body

      The following shows an example of the response body in JSON format.

      {
      	"items": [
      	{
      		"DocumentId": 300100118468902,
      		"DocumentNumber": "2507210701",
      		"AccessKey": "nfe2507210701",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2017-07-21",
      		"AcknowledgedDate": "2017-07-25",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "A1",
      		"SubSeries": null,
      		"TotalAmount": 2000,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468902",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000D78"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468902",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468902/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100123926847,
      		"DocumentNumber": "987987987005",
      		"AccessKey": "987987987005",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494041,
      		"PartyTypeIssuerAddress": null,
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494032,
      		"PartyTypeIssuerName": null,
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494060,
      		"PartyTypeIssuerTaxpayerNumber": null,
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2017-09-25",
      		"AcknowledgedDate": "2017-09-25",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494041,
      		"PartyTypeShipfromAddress": null,
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494032,
      		"PartyTypeShipfromName": null,
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494060,
      		"PartyTypeShipfromTaxpayerNumber": null,
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": "1",
      		"TotalAmount": 100,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926847",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926847",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100123926847/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100166952295,
      		"DocumentNumber": "203060618004746",
      		"AccessKey": "060618004746",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494041,
      		"PartyTypeIssuerAddress": "Example Co. BR",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494032,
      		"PartyTypeIssuerName": "Marcopolo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100166512700,
      		"PartyTypeIssuerTaxpayerNumber": "88611835000129",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2018-06-06",
      		"AcknowledgedDate": "2018-06-06",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494041,
      		"PartyTypeShipfromAddress": "Example Co. BR",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494032,
      		"PartyTypeShipfromName": "Marcopolo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100166512700,
      		"PartyTypeShipfromTaxpayerNumber": "88611835000129",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 100,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100166952295",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000778"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100166952295",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100166952295/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100171421860,
      		"DocumentNumber": "3108111020182",
      		"AccessKey": "3108111020182",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 100100077234691,
      		"FiscalFlow": "Purchased Material Import",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 23897,
      		"PartyTypeIssuerAddress": null,
      		"LETypeIssuerAddress": "Example 1 Co. BR",
      		"IssuerPartyId": 1036,
      		"PartyTypeIssuerName": null,
      		"IssuerLegalEntityName": "Vision Brazil",
      		"IssuerTaxId": 12055,
      		"PartyTypeIssuerTaxpayerNumber": null,
      		"LETypeIssuerTaxpayerNumber": "65100200000161",
      		"IssueDate": "2018-10-11",
      		"AcknowledgedDate": "2018-10-11",
      		"ReceiverLocationId": 300100151423471,
      		"PartyTypeReceiverAddress": "Post Street, 611, , Princeton-By-The-Sea, CA, US, 94101",
      		"LETypeReceiverAddress": null,
      		"ReceiverPartyId": 300100151423461,
      		"PartyTypeReceiverName": "Brazil-USA Supplier",
      		"ReceiverLegalEntityName": null,
      		"ReceiverTaxId": null,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": null,
      		"ShipfromLocationId": 300100151423471,
      		"PartyTypeShipfromAddress": "Post Street, 611, , Princeton-By-The-Sea, CA, US, 94101",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100151423461,
      		"PartyTypeShipfromName": "Brazil-USA Supplier",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": null,
      		"PartyTypeShipfromTaxpayerNumber": null,
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 100,
      		"DocumentTypeCode": "REMITTANCE",
      		"DocumentType": "Remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100171421860",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100171421860",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100171421860/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100183355534,
      		"DocumentNumber": "102091219083114",
      		"AccessKey": "102091219083114",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2019-09-12",
      		"AcknowledgedDate": "2019-09-12",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 10,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	}
      	],
      	"count": 5,
      	"hasMore": true,
      	"limit": 5,
      	"offset": 0,
      	"links": [
      	{
      		"rel": "self",
      		"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments",
      		"name": "inboundFiscalDocuments",
      		"kind": "collection"
      	}
      	]
      }
      

      Example 5 cURL Command

      Use the following cURL command to submit a request on the REST resource to get all documents by a specific fiscal document issuer in a bill to business unit:

      curl -u username:password "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments?finder=findByBilltoBusinessUnit;bindBillToBusinessUnit=Vision Brazil,bindIssuer=Importing Brazil Demo"

      Example 5 Response Body

      The following shows an example of the response body in JSON format.

      {
      	"items": [
      	{
      		"DocumentId": 300100118468902,
      		"DocumentNumber": "2507210701",
      		"AccessKey": "nfe2507210701",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2017-07-21",
      		"AcknowledgedDate": "2017-07-25",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "A1",
      		"SubSeries": null,
      		"TotalAmount": 2000,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468902",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000D78"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468902",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468902/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100183355534,
      		"DocumentNumber": "102091219083114",
      		"AccessKey": "102091219083114",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2019-09-12",
      		"AcknowledgedDate": "2019-09-12",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 10,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100183355534/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100118468403,
      		"DocumentNumber": "25072017",
      		"AccessKey": "nfe25072017",
      		"StatusCode": "PRE_VALIDATED",
      		"Status": "Completed Prevalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2017-07-21",
      		"AcknowledgedDate": "2017-07-25",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "A1",
      		"SubSeries": null,
      		"TotalAmount": 2000,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468403",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000F78"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468403",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100118468403/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100167090206,
      		"DocumentNumber": "102060518232439",
      		"AccessKey": "102060518232439",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2018-06-06",
      		"AcknowledgedDate": "2018-06-06",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 10,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100167090206",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100167090206",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100167090206/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100111992543,
      		"DocumentNumber": "101072117043233",
      		"AccessKey": "101072117043233",
      		"StatusCode": "NEEDS_REVALIDATION",
      		"Status": "Needs revalidation",
      		"AssociationId": 300100110481037,
      		"FiscalFlow": "Standard",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494458,
      		"PartyTypeIssuerAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494411,
      		"PartyTypeIssuerName": "Importing Brazil Demo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100093494500,
      		"PartyTypeIssuerTaxpayerNumber": "12345678912345",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2016-07-28",
      		"AcknowledgedDate": "2017-07-21",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494458,
      		"PartyTypeShipfromAddress": "1234, Street 1, New Avenue, , SAO PAULO, SP, BR, 1234",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494411,
      		"PartyTypeShipfromName": "Importing Brazil Demo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100093494500,
      		"PartyTypeShipfromTaxpayerNumber": "12345678912345",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 10,
      		"DocumentTypeCode": "SALES_REMIT",
      		"DocumentType": "Sales with remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL/SERVICE",
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100111992543",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100111992543",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100111992543/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	}
      	],
      	"count": 5,
      	"hasMore": true,
      	"limit": 5,
      	"offset": 0,
      	"links": [
      	{
      		"rel": "self",
      		"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments",
      		"name": "inboundFiscalDocuments",
      		"kind": "collection"
      	}
      	]
      }
      

      Example 6 cURL Command

      Use the following cURL command to submit a request on the REST resource to get fiscal document line by providing a specific receipt number in a bill to business unit:

      curl -u username:password "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments?finder=findByBilltoBusinessUnit;bindBillToBusinessUnit=Vision Brazil,bindReceiptNumber=4039&expand=fiscalDocumentLines"

      Example 6 Response Body

      The following shows an example of the response body in JSON format.

      {
      	"items": [
      	{
      		"DocumentId": 300100179185418,
      		"DocumentNumber": "310815420192",
      		"AccessKey": "310815420192",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 100100077234663,
      		"FiscalFlow": "Consignment Remittance",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494041,
      		"PartyTypeIssuerAddress": "Example Co. BR",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494032,
      		"PartyTypeIssuerName": "Marcopolo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100166512700,
      		"PartyTypeIssuerTaxpayerNumber": "88611835000129",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2019-04-15",
      		"AcknowledgedDate": "2019-04-15",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494041,
      		"PartyTypeShipfromAddress": "Example Co. BR",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494032,
      		"PartyTypeShipfromName": "Marcopolo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100166512700,
      		"PartyTypeShipfromTaxpayerNumber": "88611835000129",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 532,
      		"DocumentTypeCode": "REMITTANCE",
      		"DocumentType": "Remittance",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL",
      		"fiscalDocumentLines": [
      		{
      			"DocumentId": 300100179185418,
      			"LineId": 300100179185419,
      			"LineNumber": 1,
      			"LineSourceDocumentTypeCode": "PURCHASE_ORDER",
      			"LineSourceDocumentType": "Purchase order",
      			"SourceDocumentBUId": 300100052386093,
      			"SourceDocumentBUName": "Vision Brazil",
      			"InventoryItemId": 300100068025061,
      			"InventoryItemNumber": "BR01",
      			"InventoryItemDescription": "Brazil Cement",
      			"TypeCode": "GOODS",
      			"Type": "Goods",
      			"Quantity": 5,
      			"PhysicalReceiptQuantity": 5,
      			"PhysicalReceiptDate": "2019-04-15",
      			"UOMCode": "BOX",
      			"UOMName": "BOX",
      			"Price": 100,
      			"Amount": 500,
      			"ChargesAmount": 7,
      			"links": [
      			{
      				"rel": "self",
      				"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100179185418/child/fiscalDocumentLines/300100179185419",
      				"name": "fiscalDocumentLines",
      				"kind": "item",
      				"properties": {
      					"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      				}
      			},
      			{
      				"rel": "canonical",
      				"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100179185418/child/fiscalDocumentLines/300100179185419",
      				"name": "fiscalDocumentLines",
      				"kind": "item"
      			},
      			{
      				"rel": "parent",
      				"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100179185418",
      				"name": "inboundFiscalDocuments",
      				"kind": "item"
      			},
      			{
      				"rel": "child",
      				"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100179185418/child/fiscalDocumentLines/300100179185419/child/fiscalDocumentSchedules",
      				"name": "fiscalDocumentSchedules",
      				"kind": "collection"
      			}
      			]
      		}
      		],
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100179185418",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000678"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100179185418",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100179185418/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	},
      	{
      		"DocumentId": 300100273193493,
      		"DocumentNumber": "310830720203",
      		"AccessKey": "310830720203",
      		"StatusCode": "CAPTURED",
      		"Status": "Captured",
      		"AssociationId": 100100077234670,
      		"FiscalFlow": "Consignment Sales",
      		"ParentDocumentId": null,
      		"ParentDocumentNumber": null,
      		"CurrencyCode": "BRL",
      		"CurrencyName": "Brazilian Real",
      		"BilltoBusinessUnitId": 300100052386093,
      		"BilltoBusinessUnit": "Vision Brazil",
      		"SoldtoLegalEntityId": 1036,
      		"SoldtoLegalEntity": "Vision Brazil",
      		"IssuerLocationId": 300100093494041,
      		"PartyTypeIssuerAddress": "Example Co. BR",
      		"LETypeIssuerAddress": null,
      		"IssuerPartyId": 300100093494032,
      		"PartyTypeIssuerName": "Marcopolo",
      		"IssuerLegalEntityName": null,
      		"IssuerTaxId": 300100166512700,
      		"PartyTypeIssuerTaxpayerNumber": "88611835000129",
      		"LETypeIssuerTaxpayerNumber": null,
      		"IssueDate": "2018-05-02",
      		"AcknowledgedDate": "2018-05-02",
      		"ReceiverLocationId": 23897,
      		"PartyTypeReceiverAddress": null,
      		"LETypeReceiverAddress": "Example 1 Co. BR",
      		"ReceiverPartyId": 1036,
      		"PartyTypeReceiverName": null,
      		"ReceiverLegalEntityName": "Vision Brazil",
      		"ReceiverTaxId": 12055,
      		"PartyTypeReceiverTaxpayerNumber": null,
      		"LETypeReceiverTaxpayerNumber": "65100200000161",
      		"ShipfromLocationId": 300100093494041,
      		"PartyTypeShipfromAddress": "Example Co. BR",
      		"LETypeShipfromAddress": null,
      		"ShipfromPartyId": 300100093494032,
      		"PartyTypeShipfromName": "Marcopolo",
      		"ShipfromLegalEntityName": null,
      		"ShipfromTaxId": 300100166512700,
      		"PartyTypeShipfromTaxpayerNumber": "88611835000129",
      		"LETypeShipfromTaxpayerNumber": null,
      		"ShiptoLocationId": 23897,
      		"PartyTypeShiptoAddress": null,
      		"LETypeShiptoAddress": "Example 1 Co. BR",
      		"ShiptoPartyId": 1036,
      		"PartyTypeShiptoName": null,
      		"ShiptoLegalEntityName": "Vision Brazil",
      		"ShiptoTaxId": 12055,
      		"PartyTypeShiptoTaxpayerNumber": null,
      		"LETypeShiptoTaxpayerNumber": "65100200000161",
      		"Series": "1",
      		"SubSeries": null,
      		"TotalAmount": 347,
      		"DocumentTypeCode": "SALES",
      		"DocumentType": "Sales",
      		"SourceDocumentTypeCode": "PURCHASE_ORDER",
      		"SourceDocumentType": "Purchase order",
      		"Usage": "MATERIAL",
      		"fiscalDocumentLines": [
      		{
      			"DocumentId": 300100273193493,
      			"LineId": 300100273193494,
      			"LineNumber": 1,
      			"LineSourceDocumentTypeCode": "PURCHASE_ORDER",
      			"LineSourceDocumentType": "Purchase order",
      			"SourceDocumentBUId": 300100052386093,
      			"SourceDocumentBUName": "Vision Brazil",
      			"InventoryItemId": 300100068025061,
      			"InventoryItemNumber": "BR01",
      			"InventoryItemDescription": "Brazil Cement",
      			"TypeCode": "GOODS",
      			"Type": "Goods",
      			"Quantity": 5,
      			"PhysicalReceiptQuantity": 5,
      			"PhysicalReceiptDate": null,
      			"UOMCode": "BOX",
      			"UOMName": "BOX",
      			"Price": 200,
      			"Amount": 1000,
      			"ChargesAmount": 67,
      			"links": [
      			{
      				"rel": "self",
      				"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100273193493/child/fiscalDocumentLines/300100273193494",
      				"name": "fiscalDocumentLines",
      				"kind": "item",
      				"properties": {
      					"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
      				}
      			},
      			{
      				"rel": "canonical",
      				"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100273193493/child/fiscalDocumentLines/300100273193494",
      				"name": "fiscalDocumentLines",
      				"kind": "item"
      			},
      			{
      				"rel": "parent",
      				"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100273193493",
      				"name": "inboundFiscalDocuments",
      				"kind": "item"
      			},
      			{
      				"rel": "child",
      				"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100273193493/child/fiscalDocumentLines/300100273193494/child/fiscalDocumentSchedules",
      				"name": "fiscalDocumentSchedules",
      				"kind": "collection"
      			}
      			]
      		}
      		],
      		"links": [
      		{
      			"rel": "self",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100273193493",
      			"name": "inboundFiscalDocuments",
      			"kind": "item",
      			"properties": {
      				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000578"
      			}
      		},
      		{
      			"rel": "canonical",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100273193493",
      			"name": "inboundFiscalDocuments",
      			"kind": "item"
      		},
      		{
      			"rel": "child",
      			"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments/300100273193493/child/fiscalDocumentLines",
      			"name": "fiscalDocumentLines",
      			"kind": "collection"
      		}
      		]
      	}
      	],
      	"count": 2,
      	"hasMore": false,
      	"limit": 3,
      	"offset": 0,
      	"links": [
      	{
      		"rel": "self",
      		"href": "https://servername/fscmRestApi/resources/version/inboundFiscalDocuments",
      		"name": "inboundFiscalDocuments",
      		"kind": "collection"
      	}
      	]
      }
      
      Back to Top