Get all sequences

get

/fscmRestApi/resources/11.13.18.05/cycleCountSequenceDetails

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 details about the count sequence according to the count sequence identifier.
      Finder Variables:
      • CycleCountEntryId; integer; Value that uniquely identifies the cycle count sequence.
      • CycleCountHeaderId; integer; Value that uniquely identifies the cycle count header.
      • OrganizationId; integer; Value that uniquely identifies the organization.
    • findByOrganizationAndCountName: Finds details about the cycle count sequence according to the cycle count name and organization code.
      Finder Variables:
      • bindCycleCountName; string; Cycle count name.
      • bindOrganizationCode; string; Abbreviation that identifies the organization.
    • findBySerialNumber: Finds details about the count sequence according to the serial number.
      Finder Variables:
      • FromSerialNumber; string; Starting serial number.
      • ToSerialNumber; string; Ending Serial number.
  • 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:
    • AdjustmentDate; string; Date when the warehouse posted the adjustment transaction.
    • AdjustmentValue; number; Monetary value of the adjustment transaction.
    • ApprovalType; string; Value that indicates the type of approval.
    • ApprovalTypeCode; integer; Value that indicates the type of approval: 1-Automatic, 2-Manual, 3-Preapproved.
    • CategoryName; string; The category associated with the cycle count sequence.
    • ClassName; string; The ABC class associated with the cycle count sequence.
    • Comments; string; Comments that describe the current count.
    • CountDate; string; Date when the warehouse counted this sequence.
    • CountDueDate; string; Date by which the count should be completed.
    • CountQuantity; number; Count quantity for the count sequence.
    • CountSequence; integer; Number of the cycle count sequence.
    • CountSequenceStatus; string; Current status of the count sequence. A list of accepted values is defined in the lookup type INV_CC_ENTRY_STATUSES.
    • CountSequenceStatusCode; string; Value that indicates the current status of the count sequence.
    • CountSequenceWithPrefix; string; The cycle count sequence combined with the manual count prefix.
    • CountType; string; Type of count. A list of accepted values is defined in the lookup type INV_CC_COUNT_TYPES.
    • CountTypeCode; string; Value that identifies the type of count. A list of accepted values is defined in the lookup type INV_CC_COUNT_TYPES.
    • CountUOM; string; Unit of measure for the current count.
    • CountUOMCode; string; Value that identifies the unit of measure for the current count.
    • CountedBy; string; Name of the employee who performed the current count.
    • CountedByEmployeeId; integer; Value that uniquely identifies the employee who performed the current count.
    • CycleCountEntryId; integer; Value that uniquely identifies the cycle count sequence.
    • CycleCountHeaderId; integer; Value that uniquely identifies the cycle count.
    • CycleCountName; string; Name of the cycle count.
    • DeviationPercentage; number; Percent deviation of the adjustment.
    • DualUOMDeviationHigh; number; Highest deviation allowed for a transaction on the secondary quantity that's derived from the default conversion factor.
    • DualUOMDeviationLow; number; Lowest deviation allowed for a transaction on the secondary quantity that's derived from the default conversion factor.
    • ExportCode; integer; Value that determines whether to export the count sequence to the interface.
    • Exported; string; Indicates whether the warehouse exported the count sequence to the interface.
    • InventoryItemId; integer; Value that uniquely identifies the inventory item.
    • ItemDescription; string; Description of the inventory item.
    • ItemLotControlCode; string; Identifies all the lot control items for a cycle count definition.
    • ItemNumber; string; Name of the inventory item.
    • ItemPrimaryImageURL; string; Value that provides reference to the image of the item for which the count sequence is generated.
    • ItemSerialControlCode; string; Identifies all the serial control items for a cycle count definition.
    • ItemUnitCost; number; Unit cost of the item.
    • LPNId; integer; Value that uniquely identifies the license plate number.
    • LPNNumber; string; License plate number associated to the item.
    • Locator; string; Name of the locator.
    • LocatorId; integer; Value that uniquely identifies the locator.
    • LotNumber; string; Number that identifies an item or group of items.
    • ManualCountPrefix; string; Value that indicates the manual count sequence prefix of the count sequence.
    • OrganizationCode; string; Value that identifies the inventory organization.
    • OrganizationId; integer; Value that uniquely identifies the inventory organization.
    • OrganizationName; string; Name of the inventory organization.
    • OwningEntityId; integer; Value that uniquely identifies the owning entity. If the item is consigned, then this attribute contains the vendor site identifier. If the item is owned, then this attribute contains the owning organization identifier.
    • OwningParty; string; Name of the owning party.
    • OwningPartySite; string; Name of the owning party site.
    • OwningType; string; Contains one of the following values: 1 or 2. If 1, then the item is consigned. If 2, then the item is owned.
    • OwningTypeCode; string; Name that uniquely identifies the owning entity. If the item is consigned, then this attribute contains the vendor site identifier. If the item is owned, then this attribute contains the owning organization identifier.
    • PrimaryAdjustmentQuantity; number; Adjustment quantity that the warehouse requires to make the system quantity equal the count quantity.
    • PrimarySuggestedQuantity; number; System quantity that existed during the current count.
    • ProcurementBU; string; Business unit that manages and owns the purchasing document.
    • Reason; string; Reason for the adjustment transaction.
    • ReasonId; integer; Value that uniquely identifies the reason.
    • Recounts; integer; Number of times that the warehouse counted this count sequence.
    • ReviewDate; string; Date when the employee approved the adjustment.
    • ReviewedBy; string; Name of the employee who approved the adjustment.
    • ReviewedByEmployeeId; integer; Value that uniquely identifies the employee who approved the adjustment.
    • Revision; string; Revision of the item.
    • SecondaryAdjustmentQuantity; number; Adjustment quantity that's required to make the secondary system quantity equal the secondary count quantity.
    • SecondaryCountQuantity; number; Quantity of the current count in the secondary unit of measure that the item uses.
    • SecondaryCountUOM; string; Secondary unit of measure that the current count uses.
    • SecondaryCountUOMCode; string; Value that identifies the secondary unit of measure that the current count uses.
    • SecondaryDefaultId; string; Value that indicates how the conversion between primary and secondary units of measure is handled. Valid values are Default, Fixed, and No Default. The value of Defaulting Control depends on the value of the Tracking Unit of Measure attribute. If the Tracking Unit of Measure is Primary and Secondary, then the Defaulting Control can be provided. Otherwise, the Defaulting Control can't be provided. A list of accepted values is defined in the lookup type EGP_DEFAULTING. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Fixed.
    • SecondarySuggestedQuantity; number; Secondary system quantity that existed during the current count.
    • SerialMarkedAsCounted; number; Value that specifies the number of serials marks as counted for the multiple per request cycle count sequence.
    • SerialNumber; string; Serial number to count.
    • SerialRequiredCount; number; Value that specifies the number of serial numbers remaining to mark as counted or extra serials marked as count.
    • SerialRequiredStatus; string; Status of the serial number required for the multiple per request cycle count sequence.
    • SerialRequiredStatusMeaning; string; Lookup meaning of the cycle count sequence serial number required status for multiple per request.
    • Subinventory; string; Name of the subinventory.
    • TaskName; string; Name of the task within a zone.
    • TrackingQuantityId; string; Value that uniquely identifies the unit of measure that tracks the item in inventory.
    • ZoneId; integer; Indicates the zone scope of a task.
    • ZoneName; string; Name of the inventory zone.
    • ZoneTaskId; integer; Value that uniquely identifies the task within a zone.
  • 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 : cycleCountSequenceDetails
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : cycleCountSequenceDetails-item-response
Type: object
Show Source
Nested Schema : Flexfields for Cycle Count Sequence Details
Type: array
Title: Flexfields for Cycle Count Sequence Details
The Flexfields for Cycle Count Sequence Details manages details of the descriptive flexfields that reference the cycle count sequence.
Show Source
Nested Schema : History
Type: array
Title: History
The History resource manages details for the history of cycle count sequences.
Show Source
Nested Schema : Flexfields for Tracking Attributes
Type: array
Title: Flexfields for Tracking Attributes
The Flexfields for Tracking Attributes resource manages details of the descriptive flexfields that reference the cycle count sequence.
Show Source
Nested Schema : Serials
Type: array
Title: Serials
The Serials resource manages details for the serials of cycle count sequences.
Show Source
Nested Schema : cycleCountSequenceDetails-DFF-item-response
Type: object
Show Source
Nested Schema : cycleCountSequenceDetails-history-item-response
Type: object
Show Source
Nested Schema : History Serials
Type: array
Title: History Serials
The History Serials resource manages details for the history serials of cycle count sequences.
Show Source
Nested Schema : cycleCountSequenceDetails-history-historySerials-item-response
Type: object
Show Source
  • Read Only: true
    Value that uniquely identifies the cycle count sequence.
  • Read Only: true
    Value that uniquely identifies the cycle count history sequence.
  • Links
  • Read Only: true
    Contains one of the following values: true or false. If true, then the serial is counted in the current count sequence. If false, then the serial isn't counted in the current count sequence. This attribute doesn't have a default value.
  • Read Only: true
    Contains one of the following values: true or false. If true, then the serial is present in the application. If false, then the serial isn't present in the application. This attribute doesn't have a default value.
  • Read Only: true
    Maximum Length: 80
    Serial number to count.
Nested Schema : cycleCountSequenceDetails-inventoryAttributesDFF-item-response
Type: object
Show Source
Nested Schema : cycleCountSequenceDetails-serials-item-response
Type: object
Show Source
  • Value that uniquely identifies the serial number.
  • Value that uniquely identifies the cycle count serial entry.
  • Links
  • Contains one of the following values: true or false. If true, then the serial is counted in the current count sequence. If false, then the serial isn't counted in the current count sequence. This attribute doesn't have a default value.
  • Read Only: true
    Contains one of the following values: true or false. If true, then the serial is present in the application. If false, then the serial isn't present in the application. This attribute doesn't have a default value.
  • Title: Serial Number
    Maximum Length: 80
    Serial number to count.
Back to Top

Examples

This example describes how to get all sequences.

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/cycleCountSequenceDetails"

For example, the following command gets cycle count sequences for a cycle count and organization:

curl -u username:password "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails?q=CycleCountHeaderId=300100149638701;OrganizationId=207"

Example Response Body

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

{
  "items" : [ {
    "CycleCountEntryId" : 300100149639693,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 149,
    "ItemNumber" : "AS54888",
    "ItemDescription" : "Sentinel Standard Desktop TPDS",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : null,
    "Revision" : null,
    "CountSequence" : 1,
    "CountQuantity" : 10,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : 300100036644754,
    "CountedBy" : "Smith, Sam",
    "CountDate" : "2018-07-03",
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "2",
    "CountSequenceStatus" : "Pending approval",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : 0,
    "PrimaryAdjustmentQuantity" : 10,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : 0,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0D0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0D0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0D0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0D0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0D0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639694,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER012",
    "Revision" : null,
    "CountSequence" : 2,
    "CountQuantity" : 1,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : 57,
    "CountedBy" : "Smith, Mr. Jonathan",
    "CountDate" : "2018-06-15",
    "ReviewedByEmployeeId" : 300100036644754,
    "ReviewedBy" : "Smith, Sam",
    "ReviewDate" : "2018-06-15",
    "CountSequenceStatusCode" : "5",
    "CountSequenceStatus" : "Approved",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : 1,
    "PrimaryAdjustmentQuantity" : 0,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : "2018-06-15",
    "Recounts" : 0,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0E0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0E0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0E0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0E0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0E0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639695,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER043",
    "Revision" : null,
    "CountSequence" : 3,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0F0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0F0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0F0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0F0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA0F0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639696,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER011",
    "Revision" : null,
    "CountSequence" : 4,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA100000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA100000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA100000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA100000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA100000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639697,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER042",
    "Revision" : null,
    "CountSequence" : 5,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA110000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA110000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA110000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA110000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA110000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639698,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER010",
    "Revision" : null,
    "CountSequence" : 6,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA120000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA120000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA120000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA120000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA120000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639699,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER041",
    "Revision" : null,
    "CountSequence" : 7,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA130000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA130000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA130000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA130000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA130000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639700,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER040",
    "Revision" : null,
    "CountSequence" : 8,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA140000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA140000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA140000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA140000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA140000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639701,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER009",
    "Revision" : null,
    "CountSequence" : 9,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA150000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA150000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA150000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA150000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA150000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639702,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER008",
    "Revision" : null,
    "CountSequence" : 10,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA160000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA160000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA160000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA160000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA160000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639703,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER039",
    "Revision" : null,
    "CountSequence" : 11,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA170000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA170000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA170000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA170000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA170000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639704,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER007",
    "Revision" : null,
    "CountSequence" : 12,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA180000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA180000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA180000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA180000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA180000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639705,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER038",
    "Revision" : null,
    "CountSequence" : 13,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA190000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA190000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA190000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA190000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA190000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639706,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER006",
    "Revision" : null,
    "CountSequence" : 14,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1A0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1A0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1A0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1A0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1A0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639707,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER037",
    "Revision" : null,
    "CountSequence" : 15,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1B0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1B0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1B0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1B0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1B0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639708,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER005",
    "Revision" : null,
    "CountSequence" : 16,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1C0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1C0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1C0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1C0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1C0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639709,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER036",
    "Revision" : null,
    "CountSequence" : 17,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1D0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1D0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1D0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1D0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1D0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639710,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER004",
    "Revision" : null,
    "CountSequence" : 18,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1E0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1E0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1E0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1E0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1E0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639711,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER003",
    "Revision" : null,
    "CountSequence" : 19,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1F0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1F0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1F0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1F0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA1F0000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639712,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER035",
    "Revision" : null,
    "CountSequence" : 20,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA200000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA200000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA200000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA200000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA200000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639713,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER002",
    "Revision" : null,
    "CountSequence" : 21,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA210000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA210000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA210000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA210000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA210000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639714,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER034",
    "Revision" : null,
    "CountSequence" : 22,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA220000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA220000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA220000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA220000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA220000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639715,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER001",
    "Revision" : null,
    "CountSequence" : 23,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA230000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA230000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA230000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA230000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA230000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639716,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER033",
    "Revision" : null,
    "CountSequence" : 24,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA240000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA240000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA240000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA240000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA240000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639717,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER032",
    "Revision" : null,
    "CountSequence" : 25,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA250000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA250000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA250000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA250000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA250000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  } ],
  "count" : 25,
  "hasMore" : true,
  "limit" : 25,
  "offset" : 0,
  "links" : [ {
    "rel" : "self",
    "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails",
    "name" : "cycleCountSequenceDetails",
    "kind" : "collection"
  } ]
}

For example, the following command gets cycle count sequences by row finders:

curl -u username:password "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails?finder=findBySerialNumber;FromSerialNumber=VBSE001,ToSerialNumber=VBSER002"

Example Response Body

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

{
  "items" : [ {
    "CycleCountEntryId" : 300100149639713,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER002",
    "Revision" : null,
    "CountSequence" : 21,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA210000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA210000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA210000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA210000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA210000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149639715,
    "CycleCountHeaderId" : 300100149638701,
    "CycleCountName" : "RESTT1",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER001",
    "Revision" : null,
    "CountSequence" : 23,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA230000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA230000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA230000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA230000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0FA230000000EACED00057708000110F082D0F62D0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149660795,
    "CycleCountHeaderId" : 300100149661688,
    "CycleCountName" : "RESTT2",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : null,
    "Revision" : null,
    "CountSequence" : 4,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D14C7B0000000EACED00057708000110F082D14FF80000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D14C7B0000000EACED00057708000110F082D14FF80000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D14C7B0000000EACED00057708000110F082D14FF80000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D14C7B0000000EACED00057708000110F082D14FF80000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D14C7B0000000EACED00057708000110F082D14FF80000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149605709,
    "CycleCountHeaderId" : 300100149604698,
    "CycleCountName" : "@@@TESTOAL",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER002",
    "Revision" : null,
    "CountSequence" : 21,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0754D0000000EACED00057708000110F082D0715A0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0754D0000000EACED00057708000110F082D0715A0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0754D0000000EACED00057708000110F082D0715A0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0754D0000000EACED00057708000110F082D0715A0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0754D0000000EACED00057708000110F082D0715A0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  }, {
    "CycleCountEntryId" : 300100149605711,
    "CycleCountHeaderId" : 300100149604698,
    "CycleCountName" : "@@@TESTOAL",
    "OrganizationId" : 207,
    "OrganizationCode" : "M1",
    "OrganizationName" : "Tall Manufacturing",
    "CountTypeCode" : "1",
    "CountType" : "Automatically generated",
    "InventoryItemId" : 663915,
    "ItemNumber" : "INV-102",
    "ItemDescription" : "Serial @ Receipt Item",
    "Subinventory" : "Engineer",
    "LocatorId" : null,
    "Locator" : null,
    "LotNumber" : null,
    "SerialNumber" : "VBSER001",
    "Revision" : null,
    "CountSequence" : 23,
    "CountQuantity" : null,
    "CountUOMCode" : "Ea",
    "CountUOM" : "Each",
    "SecondaryCountQuantity" : null,
    "SecondaryCountUOMCode" : null,
    "SecondaryCountUOM" : null,
    "OwningType" : "2",
    "OwningEntityId" : 207,
    "OwningPartySite" : null,
    "OwningParty" : null,
    "Reason" : null,
    "Comments" : null,
    "CountedByEmployeeId" : null,
    "CountedBy" : null,
    "CountDate" : null,
    "ReviewedByEmployeeId" : null,
    "ReviewedBy" : null,
    "ReviewDate" : null,
    "CountSequenceStatusCode" : "1",
    "CountSequenceStatus" : "Pending count",
    "ExportCode" : null,
    "Exported" : "No",
    "ReasonId" : null,
    "OwningTypeCode" : "Inventory organization",
    "ManualCountPrefix" : null,
    "PrimarySuggestedQuantity" : null,
    "PrimaryAdjustmentQuantity" : null,
    "SecondarySuggestedQuantity" : null,
    "SecondaryAdjustmentQuantity" : null,
    "AdjustmentValue" : null,
    "AdjustmentDate" : null,
    "Recounts" : null,
    "ItemUnitCost" : null,
    "DeviationPercentage" : null,
    "ProcessingFlag" : null,
    "ProcurementBU" : null,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0754F0000000EACED00057708000110F082D0715A0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0754F0000000EACED00057708000110F082D0715A0000000EACED0005770800000000000000CF",
      "name" : "cycleCountSequenceDetails",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0754F0000000EACED00057708000110F082D0715A0000000EACED0005770800000000000000CF/child/history",
      "name" : "history",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0754F0000000EACED00057708000110F082D0715A0000000EACED0005770800000000000000CF/child/DFF",
      "name" : "DFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails/00030000000EACED00057708000110F082D0754F0000000EACED00057708000110F082D0715A0000000EACED0005770800000000000000CF/child/serials",
      "name" : "serials",
      "kind" : "collection"
    } ]
  } ],
  "count" : 5,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ {
    "rel" : "self",
    "href" : "https://servername/fscmRestApi/resources/version/cycleCountSequenceDetails",
    "name" : "cycleCountSequenceDetails",
    "kind" : "collection"
  } ]
}
Back to Top