Get all inventories

get

/fscmRestApi/resources/11.13.18.05/physicalInventories

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 physical inventories according to the primary key.
      Finder Variables:
      • OrganizationId; integer; Value that uniquely identifies the organization.
      • PhysicalInventoryId; integer; Value that uniquely identifies the physical inventory.
    • findByPendingApproval: Finds the list of all the physical inventories in which the physical adjustments are in pending-approval status.
      Finder Variables:
      • findBySubinventory: Finds inventories according to the primary key.
        Finder Variables:
        • pSubinventory; string; Value that uniquely identifies the subinventory.
    • 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:
      • AllowAllSubinventories; string; Value that indicates whether all or specific subinventories must be included in the physical inventory. A list of accepted values is defined in the lookup type INV_SUBINVENTORIES_FLAG. The default value is All.
      • AllowAllSubinventoriesCode; string; Value that indicates all or specific subinventories included in the physical inventory. A list of accepted values is defined in the lookup type INV_SUBINVENTORIES_FLAG. The default value is 1.
      • AllowDynamicTags; string; Value that indicates if the dynamic tag creation is permitted in the physical inventory. Contains one of the following values: Yes or No. If Yes, then dynamic tag creation is permitted. If No, then dynamic tag creation is not permitted. This attribute does not have a default value.
      • AllowDynamicTagsCode; string; Value that indicates if the dynamic tag creation is permitted in the physical Inventory. Contains one of the following values: 1 or 2. If 1, then dynamic tag creation is permitted. If 2, then dynamic tag creation is not permitted. This attribute does not have a default value.
      • ApprovalRequired; string; Value that indicates the level of approval required to post the physical inventory adjustments. A list of accepted values is defined in the lookup type INV_REQ_APPROVALS. This attribute does not have a default value.
      • ApprovalRequiredCode; string; Value that indicates the level of approval required to post physical inventory adjustments. A list of accepted values is defined in the lookup type INV_REQ_APPROVALS. This attribute does not have a default value.
      • ApprovalToleranceNegative; number; Percent below the on-hand quantity that the adjustment transaction can vary. If the adjustment transaction exceeds the percent, then the adjustment transaction requires approval. For example, if Negative Quantity Tolerance Percentage is 10, and if the adjustment transaction requires an 11% negative adjustment to on-hand quantity, then the transaction requires approval.
      • ApprovalTolerancePositive; number; Percent above the on-hand quantity that the adjustment transaction can vary. If the adjustment transaction exceeds the percent, then the adjustment transaction requires approval. For example, if Positive Quantity Tolerance Percentage is 10, and if the adjustment transaction requires an 11% positive adjustment to on-hand quantity, then the transaction requires approval.
      • CostVarianceNegative; number; Total value of a physical inventory adjustment that is less than the current value of the item. The user specifies this limit.
      • CostVariancePositive; number; Total value of a physical inventory adjustment that is greater than the current value of the item. The user specifies this limit.
      • CreationDate; string; Date when the physical inventory was created.
      • Description; string; Description of the physical inventory.
      • ExcludeNegativeBalance; string; Value that indicates if the items with negative on-hand balances are excluded from physical counts. Contains one of the following values: Yes or No. If Yes, then items with negative on-hand balances are excluded from physical count. If No, then items with negative on-hand balances are not excluded from physical count. This attribute does not have a default value.
      • ExcludeNegativeBalanceCode; string; Value that indicates that items with negative on-hand balances are excluded from physical counts. Contains one of the following values: Y or N. If Y, then items with negative on-hand balances are excluded from physical count. If N, then items with negative on-hand balances are not excluded from physical count. This attribute does not have a default value.
      • ExcludeZeroBalance; string; Value that indicates that items with zero on-hand balances are excluded from physical counts. Contains one of the following values: Yes or No. If Yes, then items with negative on-hand balances are excluded from physical count. If No, then items with negative on-hand balances are not excluded from physical count. This attribute does not have a default value.
      • ExcludeZeroBalanceCode; string; Value that indicates that items with zero on-hand balances are excluded from physical counts. Contains one of the following values: Y or N. If Y, then items with negative on-hand balances are excluded from physical count. If N, then items with negative on-hand balances are not excluded from physical count. This attribute does not have a default value.
      • FifthTagGenerationSequence; string; Fifth user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. There is no default value for this attribute.
      • FifthTagGenerationSequenceCode; string; Abbreviation that identifies the fifth sequence that the user defines when the application creates the physical inventory tag.
      • FirstTagGenerationSequence; string; First user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. This attribute does not have a default value.
      • FirstTagGenerationSequenceCode; string; Abbreviation that identifies the first sequence that the user defines when the application creates the physical inventory tag.
      • FourthTagGenerationSequence; string; Fourth user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. This attribute does not have a default value.
      • FourthTagGenerationSequenceCode; string; Abbreviation that identifies the fourth sequence that the user defines when the application creates the physical inventory tag.
      • FreezeDate; string; Date when the application no longer allows changes to inventory.
      • LastAdjustmentDate; string; Date when the application most recently adjusted the transaction.
      • NextTagNumber; string; Next tag number in the sequence of tag numbers that the application creates for this physical inventory.
      • NumberBlankTags; integer; Number of empty tags to create.
      • NumberOfSkus; integer; Number of stock keeping units where the application no longer permits changes. These units reside in physical inventory.
      • OrganizationCode; string; Abbreviation that identifies the organization.
      • OrganizationId; integer; Value that uniquely identifies the organization.
      • PhysicalInventoryDate; string; Date when the person physically counted the inventory.
      • PhysicalInventoryId; integer; Value that uniquely identifies the physical inventory.
      • PhysicalInventoryName; string; Name of the physical inventory.
      • SecondTagGenerationSequence; string; Second user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. This attribute does not have a default value.
      • SecondTagGenerationSequenceCode; string; Abbreviation that identifies the second sequence that the user defines when the application creates the physical inventory tag.
      • SeventhTagGenerationSequence; string; Seventh user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. There is no default value for this attribute.
      • SeventhTagGenerationSequenceCode; string; Abbreviation that identifies the seventh sequence that the user defines when the application creates the physical inventory tag.
      • ShowSerialNumbers; string; Value that indicates if the dynamic tag creation is permitted in the physical inventory. Contains one of the following values: Yes or No. If Yes, then serial numbers are displayed on physical inventory tags. If No, then serial numbers are not displayed on physical inventory tags. This attribute does not have a default value.
      • ShowSerialNumbersCode; string; Value that indicates if the dynamic tag creation is permitted in the physical Inventory. Contains one of the following values: 1 or 2. If 1, then serial numbers are displayed on physical inventory tags. If 2, then serial numbers are not displayed on physical inventory tags. This attribute does not have a default value.
      • SixthTagGenerationSequence; string; Sixth user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. There is no default value for this attribute.
      • SixthTagGenerationSequenceCode; string; Abbreviation that identifies the sixth sequence that the user defines when the application creates the physical inventory tag.
      • StartBlankTagNumber; string; Starting empty tag number or the next empty tag number to create.
      • Status; string; Status of the physical inventory.
      • StatusCode; string; Abbreviation that identifies the status of the physical inventory.
      • TagType; string; Type of physical inventory tags generated when the generate tags action is started. A list of accepted values is defined in the lookup type INV_GENERATE_TAG_TYPE. This attribute does not have a default value.
      • TagTypeCode; string; Value that indicates the types of physical inventory tags generated when the generate tags action is started. A list of accepted values is defined in the lookup type INV_GENERATE_TAG_TYPE. This attribute does not have a default value.
      • ThirdTagGenerationSequence; string; Third user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. This attribute does not have a default value.
      • ThirdTagGenerationSequenceCode; string; Abbreviation that identifies the third sequence that the user defines when the application creates the physical inventory tag.
      • TotalAdjustmentValue; number; Total value of all adjustments in physical inventory.
    • 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 : physicalInventories
    Type: object
    Show Source
    Nested Schema : Items
    Type: array
    Title: Items
    The items in the collection.
    Show Source
    Nested Schema : physicalInventories-item-response
    Type: object
    Show Source
    • Value that indicates whether all or specific subinventories must be included in the physical inventory. A list of accepted values is defined in the lookup type INV_SUBINVENTORIES_FLAG. The default value is All.
    • Title: Subinventories to Count
      Maximum Length: 30
      Default Value: 1
      Value that indicates all or specific subinventories included in the physical inventory. A list of accepted values is defined in the lookup type INV_SUBINVENTORIES_FLAG. The default value is 1.
    • Value that indicates if the dynamic tag creation is permitted in the physical inventory. Contains one of the following values: Yes or No. If Yes, then dynamic tag creation is permitted. If No, then dynamic tag creation is not permitted. This attribute does not have a default value.
    • Title: Dynamic tags allowed
      Maximum Length: 30
      Value that indicates if the dynamic tag creation is permitted in the physical Inventory. Contains one of the following values: 1 or 2. If 1, then dynamic tag creation is permitted. If 2, then dynamic tag creation is not permitted. This attribute does not have a default value.
    • Value that indicates the level of approval required to post the physical inventory adjustments. A list of accepted values is defined in the lookup type INV_REQ_APPROVALS. This attribute does not have a default value.
    • Title: Approval Type
      Maximum Length: 30
      Value that indicates the level of approval required to post physical inventory adjustments. A list of accepted values is defined in the lookup type INV_REQ_APPROVALS. This attribute does not have a default value.
    • Title: Negative Quantity Tolerance Percentage
      Percent below the on-hand quantity that the adjustment transaction can vary. If the adjustment transaction exceeds the percent, then the adjustment transaction requires approval. For example, if Negative Quantity Tolerance Percentage is 10, and if the adjustment transaction requires an 11% negative adjustment to on-hand quantity, then the transaction requires approval.
    • Title: Positive Quantity Tolerance Percentage
      Percent above the on-hand quantity that the adjustment transaction can vary. If the adjustment transaction exceeds the percent, then the adjustment transaction requires approval. For example, if Positive Quantity Tolerance Percentage is 10, and if the adjustment transaction requires an 11% positive adjustment to on-hand quantity, then the transaction requires approval.
    • Title: Negative Adjustment Value Tolerance
      Total value of a physical inventory adjustment that is less than the current value of the item. The user specifies this limit.
    • Title: Positive Adjustment Value Tolerance
      Total value of a physical inventory adjustment that is greater than the current value of the item. The user specifies this limit.
    • Read Only: true
      Date when the physical inventory was created.
    • Title: Description
      Maximum Length: 50
      Description of the physical inventory.
    • Value that indicates if the items with negative on-hand balances are excluded from physical counts. Contains one of the following values: Yes or No. If Yes, then items with negative on-hand balances are excluded from physical count. If No, then items with negative on-hand balances are not excluded from physical count. This attribute does not have a default value.
    • Title: Exclude negative balances
      Maximum Length: 30
      Value that indicates that items with negative on-hand balances are excluded from physical counts. Contains one of the following values: Y or N. If Y, then items with negative on-hand balances are excluded from physical count. If N, then items with negative on-hand balances are not excluded from physical count. This attribute does not have a default value.
    • Value that indicates that items with zero on-hand balances are excluded from physical counts. Contains one of the following values: Yes or No. If Yes, then items with negative on-hand balances are excluded from physical count. If No, then items with negative on-hand balances are not excluded from physical count. This attribute does not have a default value.
    • Title: Exclude zero balances
      Maximum Length: 30
      Value that indicates that items with zero on-hand balances are excluded from physical counts. Contains one of the following values: Y or N. If Y, then items with negative on-hand balances are excluded from physical count. If N, then items with negative on-hand balances are not excluded from physical count. This attribute does not have a default value.
    • Fifth user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. There is no default value for this attribute.
    • Title: Sequence 5
      Maximum Length: 30
      Abbreviation that identifies the fifth sequence that the user defines when the application creates the physical inventory tag.
    • First user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. This attribute does not have a default value.
    • Title: Sequence 1
      Maximum Length: 30
      Abbreviation that identifies the first sequence that the user defines when the application creates the physical inventory tag.
    • Fourth user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. This attribute does not have a default value.
    • Title: Sequence 4
      Maximum Length: 30
      Abbreviation that identifies the fourth sequence that the user defines when the application creates the physical inventory tag.
    • Title: Snapshot Date
      Date when the application no longer allows changes to inventory.
    • Read Only: true
      Value that indicates the count of included subinventories for the physical inventory.
    • Title: Adjustment Date
      Date when the application most recently adjusted the transaction.
    • Links
    • Title: Starting Default Tag
      Maximum Length: 40
      Next tag number in the sequence of tag numbers that the application creates for this physical inventory.
    • Title: Number of Blank Tags
      Number of empty tags to create.
    • Number of stock keeping units where the application no longer permits changes. These units reside in physical inventory.
    • Abbreviation that identifies the organization.
    • Value that uniquely identifies the organization.
    • Title: Date
      Date when the person physically counted the inventory.
    • Flexfields
      Title: Flexfields
      The Flexfields for Physical Inventories resource manages descriptive flexfields for physical inventories.
    • Value that uniquely identifies the physical inventory.
    • Title: Physical Inventory
      Maximum Length: 30
      Name of the physical inventory.
    • Subinventories
      Title: Subinventories
      The Physical Inventory Subinventories resource manages operations on physical inventory subinventories.
    • Second user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. This attribute does not have a default value.
    • Title: Sequence 2
      Maximum Length: 30
      Abbreviation that identifies the second sequence that the user defines when the application creates the physical inventory tag.
    • Seventh user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. There is no default value for this attribute.
    • Title: Sequence 7
      Maximum Length: 30
      Abbreviation that identifies the seventh sequence that the user defines when the application creates the physical inventory tag.
    • Value that indicates if the dynamic tag creation is permitted in the physical inventory. Contains one of the following values: Yes or No. If Yes, then serial numbers are displayed on physical inventory tags. If No, then serial numbers are not displayed on physical inventory tags. This attribute does not have a default value.
    • Title: Show serial numbers on tags
      Maximum Length: 1
      Value that indicates if the dynamic tag creation is permitted in the physical Inventory. Contains one of the following values: 1 or 2. If 1, then serial numbers are displayed on physical inventory tags. If 2, then serial numbers are not displayed on physical inventory tags. This attribute does not have a default value.
    • Sixth user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. There is no default value for this attribute.
    • Title: Sequence 6
      Maximum Length: 30
      Abbreviation that identifies the sixth sequence that the user defines when the application creates the physical inventory tag.
    • Title: Starting Blank Tag
      Maximum Length: 40
      Starting empty tag number or the next empty tag number to create.
    • Read Only: true
      Maximum Length: 255
      Status of the physical inventory.
    • Read Only: true
      Maximum Length: 255
      Abbreviation that identifies the status of the physical inventory.
    • Type of physical inventory tags generated when the generate tags action is started. A list of accepted values is defined in the lookup type INV_GENERATE_TAG_TYPE. This attribute does not have a default value.
    • Title: Tag Type
      Maximum Length: 30
      Value that indicates the types of physical inventory tags generated when the generate tags action is started. A list of accepted values is defined in the lookup type INV_GENERATE_TAG_TYPE. This attribute does not have a default value.
    • Third user-defined sequence in which the physical inventory tags are generated. A list of accepted values is defined in the lookup type INV_TAG_GEN_SEQUENCE. This attribute does not have a default value.
    • Title: Sequence 3
      Maximum Length: 30
      Abbreviation that identifies the third sequence that the user defines when the application creates the physical inventory tag.
    • Total value of all adjustments in physical inventory.
    Nested Schema : Flexfields
    Type: array
    Title: Flexfields
    The Flexfields for Physical Inventories resource manages descriptive flexfields for physical inventories.
    Show Source
    Nested Schema : Subinventories
    Type: array
    Title: Subinventories
    The Physical Inventory Subinventories resource manages operations on physical inventory subinventories.
    Show Source
    Nested Schema : physicalInventories-physicalInventoryDFFs-item-response
    Type: object
    Show Source
    Nested Schema : physicalInventories-physicalInventorySubinventories-item-response
    Type: object
    Show Source
    Back to Top

    Examples

    This example describes how to get all inventories.

    Example cURL Command

    Use the following cURL command to submit a request on the REST resource to get all physical inventories and physical inventory subinventories under it:

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

    Example 1 cURL Command

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

    curl -u username:password "https://servername/fscmRestApi/resources/version/physicalInventories?onlyData=true&expand=physicalInventorySubinventories"

    Example 1 Response Body

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

    {
      "items" : [ {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 2,
        "PhysicalInventoryName" : "PHYSICAL",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "1997-04-18",
        "FreezeDate" : "1997-04-18T04:46:41+00:00",
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : null,
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : null,
        "TagType" : null,
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : null,
        "SecondTagGenerationSequenceCode" : null,
        "ThirdTagGenerationSequenceCode" : null,
        "FourthTagGenerationSequenceCode" : null,
        "FirstTagGenerationSequence" : null,
        "SecondTagGenerationSequence" : null,
        "ThirdTagGenerationSequence" : null,
        "FourthTagGenerationSequence" : null,
        "LastAdjustmentDate" : "1997-04-18",
        "TotalAdjustmentValue" : 1697665.42685,
        "NumberOfSkus" : 11,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 52,
        "PhysicalInventoryName" : "aug97-fgi-internal audit",
        "Description" : null,
        "PhysicalInventoryDate" : "1997-08-07",
        "FreezeDate" : "1997-08-07T12:19:20+00:00",
        "ApprovalRequiredCode" : "1",
        "ApprovalRequired" : "Always",
        "ApprovalTolerancePositive" : null,
        "ApprovalToleranceNegative" : null,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "100",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : null,
        "TagType" : null,
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : null,
        "SecondTagGenerationSequenceCode" : null,
        "ThirdTagGenerationSequenceCode" : null,
        "FourthTagGenerationSequenceCode" : null,
        "FirstTagGenerationSequence" : null,
        "SecondTagGenerationSequence" : null,
        "ThirdTagGenerationSequence" : null,
        "FourthTagGenerationSequence" : null,
        "LastAdjustmentDate" : "1997-08-07",
        "TotalAdjustmentValue" : 0,
        "NumberOfSkus" : 11,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 58,
        "PhysicalInventoryName" : "97Physical - M1 - FGI",
        "Description" : "1997 Physical, Finished Goods",
        "PhysicalInventoryDate" : "1997-08-16",
        "FreezeDate" : "1997-08-16T11:05:50+00:00",
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 0.5,
        "ApprovalToleranceNegative" : 0.5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "1012",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : null,
        "TagType" : null,
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : null,
        "SecondTagGenerationSequenceCode" : null,
        "ThirdTagGenerationSequenceCode" : null,
        "FourthTagGenerationSequenceCode" : null,
        "FirstTagGenerationSequence" : null,
        "SecondTagGenerationSequence" : null,
        "ThirdTagGenerationSequence" : null,
        "FourthTagGenerationSequence" : null,
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : 12,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "FGI"
        } ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 59,
        "PhysicalInventoryName" : "97Physical - M1 - All Stores",
        "Description" : "1997 Physical, All Subinventories but FGI",
        "PhysicalInventoryDate" : "1997-08-16",
        "FreezeDate" : "1997-08-16T11:08:52+00:00",
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 1,
        "ApprovalToleranceNegative" : 1,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "1538",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : null,
        "TagType" : null,
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : null,
        "SecondTagGenerationSequenceCode" : null,
        "ThirdTagGenerationSequenceCode" : null,
        "FourthTagGenerationSequenceCode" : null,
        "FirstTagGenerationSequence" : null,
        "SecondTagGenerationSequence" : null,
        "ThirdTagGenerationSequence" : null,
        "FourthTagGenerationSequence" : null,
        "LastAdjustmentDate" : "2000-05-22",
        "TotalAdjustmentValue" : 28923.53248,
        "NumberOfSkus" : 538,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "Engineer"
        }, {
          "Subinventory" : "FloorStock"
        }, {
          "Subinventory" : "MRB"
        }, {
          "Subinventory" : "RIP"
        }, {
          "Subinventory" : "Restricted"
        }, {
          "Subinventory" : "Stores"
        } ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 94,
        "PhysicalInventoryName" : "TDC-Physical-Inventory",
        "Description" : "TDC PI-1",
        "PhysicalInventoryDate" : "1998-05-27",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 1,
        "ApprovalToleranceNegative" : 1,
        "CostVariancePositive" : 10,
        "CostVarianceNegative" : 10,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : null,
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : null,
        "TagType" : null,
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : null,
        "SecondTagGenerationSequenceCode" : null,
        "ThirdTagGenerationSequenceCode" : null,
        "FourthTagGenerationSequenceCode" : null,
        "FirstTagGenerationSequence" : null,
        "SecondTagGenerationSequence" : null,
        "ThirdTagGenerationSequence" : null,
        "FourthTagGenerationSequence" : null,
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 100000012617306,
        "PhysicalInventoryName" : "BIPC01",
        "Description" : "BIQA Physical count1",
        "PhysicalInventoryDate" : "2009-10-13",
        "FreezeDate" : "2009-12-07T00:00:00+00:00",
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 10,
        "ApprovalToleranceNegative" : 10,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "ZBIA0001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : "Y",
        "ExcludeZeroBalance" : "Yes",
        "ExcludeNegativeBalanceCode" : "Y",
        "ExcludeNegativeBalance" : "Yes",
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : "1",
        "ShowSerialNumbers" : "Yes",
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : 2,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "zBIACCSUB2"
        } ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100036649037,
        "PhysicalInventoryName" : "PC-1",
        "Description" : "Start phys",
        "PhysicalInventoryDate" : "2014-07-31",
        "FreezeDate" : "2014-07-31T00:00:00+00:00",
        "ApprovalRequiredCode" : "1",
        "ApprovalRequired" : "Always",
        "ApprovalTolerancePositive" : null,
        "ApprovalToleranceNegative" : null,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "4",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "2",
        "TagType" : "Blank",
        "ShowSerialNumbersCode" : "2",
        "ShowSerialNumbers" : "No",
        "StartBlankTagNumber" : "BT3",
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : "2014-07-31",
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : 2,
        "NumberBlankTags" : 2,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "PCSub"
        } ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100111951438,
        "PhysicalInventoryName" : "PInv-001",
        "Description" : "PInv-001",
        "PhysicalInventoryDate" : "2017-09-14",
        "FreezeDate" : "2017-09-14T09:26:16+00:00",
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 10,
        "ApprovalToleranceNegative" : 10,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "PI0001657164",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : "1",
        "ShowSerialNumbers" : "Yes",
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : 1657163,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100124981319,
        "PhysicalInventoryName" : "--ABCSUB01",
        "Description" : null,
        "PhysicalInventoryDate" : "2018-01-22",
        "FreezeDate" : "2018-01-22T07:07:48+00:00",
        "ApprovalRequiredCode" : "1",
        "ApprovalRequired" : "Always",
        "ApprovalTolerancePositive" : null,
        "ApprovalToleranceNegative" : null,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "TAG11",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : "1",
        "ShowSerialNumbers" : "Yes",
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : 27738,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "ABCSUB01"
        } ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100124982518,
        "PhysicalInventoryName" : "VBPI-1",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-22",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100125030817,
        "PhysicalInventoryName" : "VBPI-2",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-22",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100125030929,
        "PhysicalInventoryName" : "VBPI-3",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-22",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100125036794,
        "PhysicalInventoryName" : "VBPI-4",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-22",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "3",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "1",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Item",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Subinventory",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "FGI"
        }, {
          "Subinventory" : "PCSub"
        } ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100125039475,
        "PhysicalInventoryName" : "--CYCSUB01",
        "Description" : null,
        "PhysicalInventoryDate" : "2018-01-22",
        "FreezeDate" : "2018-01-22T07:50:08+00:00",
        "ApprovalRequiredCode" : "1",
        "ApprovalRequired" : "Always",
        "ApprovalTolerancePositive" : null,
        "ApprovalToleranceNegative" : null,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "DEFT2",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "3",
        "TagType" : "Both",
        "ShowSerialNumbersCode" : "1",
        "ShowSerialNumbers" : "Yes",
        "StartBlankTagNumber" : "BLAT6",
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : 1,
        "NumberBlankTags" : 5,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "CYCSUB01"
        } ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100125044388,
        "PhysicalInventoryName" : "VBPI-8",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-22",
        "FreezeDate" : "2018-01-22T14:41:59+00:00",
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : 1660320,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100125044412,
        "PhysicalInventoryName" : "VBPI-9",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-22",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100125045521,
        "PhysicalInventoryName" : "VBPI-10",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-22",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100125045523,
        "PhysicalInventoryName" : "VBPI-12",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-22",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100125045626,
        "PhysicalInventoryName" : "VBPI-13",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-26",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100125065524,
        "PhysicalInventoryName" : "VBPI-15",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-26",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100126791833,
        "PhysicalInventoryName" : "VBPI-21",
        "Description" : "PHYSICAL INVENTORY TO START UP Vision Corporation",
        "PhysicalInventoryDate" : "2018-01-23",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100126803949,
        "PhysicalInventoryName" : "VBPI-22",
        "Description" : "Updating Description again again again",
        "PhysicalInventoryDate" : "2018-01-26",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "FGI"
        }, {
          "Subinventory" : "PCSub"
        }, {
          "Subinventory" : "RIP"
        } ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100126982511,
        "PhysicalInventoryName" : "---TESTPI",
        "Description" : null,
        "PhysicalInventoryDate" : "2018-01-24",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "1",
        "ApprovalRequired" : "Always",
        "ApprovalTolerancePositive" : null,
        "ApprovalToleranceNegative" : null,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "1",
        "AllowAllSubinventories" : "All",
        "NextTagNumber" : "DE1",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "3",
        "TagType" : "Both",
        "ShowSerialNumbersCode" : "2",
        "ShowSerialNumbers" : "No",
        "StartBlankTagNumber" : "BL1",
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : 5,
        "physicalInventorySubinventories" : [ ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100126993984,
        "PhysicalInventoryName" : "TagGenPI",
        "Description" : null,
        "PhysicalInventoryDate" : "2018-01-24",
        "FreezeDate" : "2018-01-24T07:36:15+00:00",
        "ApprovalRequiredCode" : "2",
        "ApprovalRequired" : "Never",
        "ApprovalTolerancePositive" : null,
        "ApprovalToleranceNegative" : null,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "0",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "2",
        "TagType" : "Blank",
        "ShowSerialNumbersCode" : "2",
        "ShowSerialNumbers" : "No",
        "StartBlankTagNumber" : "B4",
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : 7,
        "NumberBlankTags" : 3,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "Engineer"
        } ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100126995068,
        "PhysicalInventoryName" : "VBPI-33",
        "Description" : "Updating Description 2",
        "PhysicalInventoryDate" : "2018-01-24",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 1,
        "ApprovalToleranceNegative" : 1,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "D258438",
        "AllowDynamicTagsCode" : "2",
        "AllowDynamicTags" : "No",
        "ExcludeZeroBalanceCode" : "Y",
        "ExcludeZeroBalance" : "Yes",
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "3",
        "TagType" : "Both",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : "B13",
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : 5,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "ABCSUB01"
        }, {
          "Subinventory" : "KKCONSUB"
        }, {
          "Subinventory" : "Stores"
        }, {
          "Subinventory" : "VBSUB99"
        }, {
          "Subinventory" : "VBSUBLoc1"
        } ]
      } ],
      "count" : 25,
      "hasMore" : true,
      "limit" : 25,
      "offset" : 0,
      "links" : [ {
        "rel" : "self",
        "href" : "https://servername/fscmRestApi/resources/version/physicalInventories",
        "name" : "physicalInventories",
        "kind" : "collection"
      } ]
    }
    
    

    Example 2 cURL Command

    Use the following cURL command to submit a request on the REST resource to get all physical inventories in which a particular physical inventory subinventory exists:

    curl -u username:password "https://servername/fscmRestApi/resources/version/physicalInventories?expand=physicalInventorySubinventories&onlyData=true&finder=findBySubinventory;pSubinventory=RIP"

    Example 2 Response Body

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

    {
      "items" : [ {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 59,
        "PhysicalInventoryName" : "97Physical - M1 - All Stores",
        "Description" : "1997 Physical, All Subinventories but FGI",
        "PhysicalInventoryDate" : "1997-08-16",
        "FreezeDate" : "1997-08-16T11:08:52+00:00",
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 1,
        "ApprovalToleranceNegative" : 1,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "1538",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : null,
        "TagType" : null,
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : null,
        "SecondTagGenerationSequenceCode" : null,
        "ThirdTagGenerationSequenceCode" : null,
        "FourthTagGenerationSequenceCode" : null,
        "FirstTagGenerationSequence" : null,
        "SecondTagGenerationSequence" : null,
        "ThirdTagGenerationSequence" : null,
        "FourthTagGenerationSequence" : null,
        "LastAdjustmentDate" : "2000-05-22",
        "TotalAdjustmentValue" : 28923.53248,
        "NumberOfSkus" : 538,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "Engineer"
        }, {
          "Subinventory" : "FloorStock"
        }, {
          "Subinventory" : "MRB"
        }, {
          "Subinventory" : "RIP"
        }, {
          "Subinventory" : "Restricted"
        }, {
          "Subinventory" : "Stores"
        } ]
      }, {
        "OrganizationId" : 207,
        "OrganizationCode" : "M1",
        "PhysicalInventoryId" : 300100126803949,
        "PhysicalInventoryName" : "VBPI-22",
        "Description" : "Updating Description again again again",
        "PhysicalInventoryDate" : "2018-01-26",
        "FreezeDate" : null,
        "ApprovalRequiredCode" : "3",
        "ApprovalRequired" : "If out of tolerance",
        "ApprovalTolerancePositive" : 5,
        "ApprovalToleranceNegative" : 5,
        "CostVariancePositive" : null,
        "CostVarianceNegative" : null,
        "AllowAllSubinventoriesCode" : "2",
        "AllowAllSubinventories" : "Specific",
        "NextTagNumber" : "100001",
        "AllowDynamicTagsCode" : "1",
        "AllowDynamicTags" : "Yes",
        "ExcludeZeroBalanceCode" : null,
        "ExcludeZeroBalance" : null,
        "ExcludeNegativeBalanceCode" : null,
        "ExcludeNegativeBalance" : null,
        "TagTypeCode" : "1",
        "TagType" : "Default",
        "ShowSerialNumbersCode" : null,
        "ShowSerialNumbers" : null,
        "StartBlankTagNumber" : null,
        "FirstTagGenerationSequenceCode" : "1",
        "SecondTagGenerationSequenceCode" : "2",
        "ThirdTagGenerationSequenceCode" : "3",
        "FourthTagGenerationSequenceCode" : "4",
        "FirstTagGenerationSequence" : "Subinventory",
        "SecondTagGenerationSequence" : "Locator",
        "ThirdTagGenerationSequence" : "Item",
        "FourthTagGenerationSequence" : "Revision",
        "LastAdjustmentDate" : null,
        "TotalAdjustmentValue" : null,
        "NumberOfSkus" : null,
        "NumberBlankTags" : null,
        "physicalInventorySubinventories" : [ {
          "Subinventory" : "FGI"
        }, {
          "Subinventory" : "PCSub"
        }, {
          "Subinventory" : "RIP"
        } ]
      } ],
      "count" : 2,
      "hasMore" : false,
      "limit" : 25,
      "offset" : 0,
      "links" : [ {
        "rel" : "self",
        "href" : "https://servername/fscmRestApi/resources/version/physicalInventories",
        "name" : "physicalInventories",
        "kind" : "collection"
      } ]
    }
    
    
    
    Back to Top