Get all item batches
get
/fscmRestApi/resources/11.13.18.05/itemBatches
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- BatchIdFinder Find item batches according to the item batch identifier.
Finder Variables- BatchId; integer; Value that uniquely identifies the item batch.
- PrimaryKey Find item batches according to the specified primary key criteria.
Finder Variables- BatchId; integer; Value that uniquely identifies the item batch.
- BatchIdFinder Find item batches according to the item batch identifier.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AssignedTo; string; User who's assigned to the item batch.
- BatchId; integer; Value that uniquely identifies the item batch.
- BatchName; string; Name of the item batch.
- BatchNumber; string; Number that identifies the item batch.
- BatchStatus; string; Status of the item batch. A list of accepted values is defined in the lookup type EGI_IMPORT_BATCH_STATUS. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- BatchStatusCode; string; Abbreviation that identifies the status of the item batch. A list of accepted values is defined in the lookup type EGI_IMPORT_BATCH_STATUS. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- ChangeOrderAddAllItemsFlag; boolean; Contains one of the following values: true or false. If true, then all imported item changes are added to a change order. If false, then the imported item changes aren't added to a change order. The default value is the value from the spoke system of the item batch.
- ChangeOrderAssociate; string; Value that indicates the creation a new change order for the imported item changes or adding the imported item changes to an existing change order. A list of accepted values is defined in the lookup type EGI_CHG_ORDER_CREATION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- ChangeOrderAssociateCode; string; Abbreviation that identifies creation of a new change order for the imported item changes or adding the imported item changes to an existing change order. A list of accepted values is defined in the lookup type EGI_CHG_ORDER_CREATION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- ChangeOrderEffectiveDateType; string; Value that indicates when the item changes imported to the change order become effective. A list of accepted values is defined in the lookup type ORA_EGI_CO_EFFECTIVE_DATE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- ChangeOrderEffectiveDateTypeCode; string; Abbreviation that identifies when the item changes imported to the change order become effective. A list of accepted values is defined in the lookup type ORA_EGI_CO_EFFECTIVE_DATE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- ChangeOrderName; string; Name of the change order. The default value is the value from the spoke system of the item batch.
- ChangeOrderNumber; string; Number that identifies the change order. The default value is the value from the spoke system of the item batch.
- ChangeOrderOption; string; Value that indicates how change orders get created or updated by the item batch. A list of accepted values is defined in the lookup type EGI_CHANGE_ORDER_OPTION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- ChangeOrderOptionCode; string; Abbreviation that identifies how change orders get created or updated by the item batch. A list of accepted values is defined in the lookup type EGI_CHANGE_ORDER_OPTION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- ChangeOrderSplitAutomaticallyFlag; boolean; Contains one of the following values: true or false. If true, then the imported items are split into multiple change orders. If false, then the imported items aren't split into multiple change orders. The default value is the value from the spoke system of the item batch.
- ChangeOrderType; string; Type of change order. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Order Types task.
- ChangeOrderTypeCode; string; Abbreviation that identifies the type of change order. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Order Types task. The default value is the value from the spoke system of the item batch.
- ConfirmSingleMatchFlag; boolean; Contains one of the following values: true or false. If true, then single item matches get automatically confirmed during import. If false, then single item matches don't get automatically confirmed during import. The default value is the value from the spoke system of the item batch.
- ConfirmUnmatchedNewFlag; boolean; Contains one of the following values: true or false. If true, then unmatched items get confirmed as new items during import. If false, then unmatched items don't get confirmed as new items during import. The default value is the value from the spoke system of the item batch.
- CreatedBy; string; User who created the item batch.
- CreationDateTime; string; Date and time when the user created the item batch.
- DefaultOrganizationCode; string; Abbreviation that identifies the default organization of the item batch. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task.
- DefaultOrganizationId; integer; Value that uniquely identifies the default organization of the item batch. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task. The default value is the value from the spoke system of the item batch.
- DeleteProcessedRows; string; Value that indicates the interface rows that are to be deleted after import. A list of accepted values is defined in the lookup type ORA_EGP_PURGE_BATCH_ROWS_TYPE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- DeleteProcessedRowsCode; string; Abbreviation that identifies the interface rows that are to be deleted after import. A list of accepted values is defined in the lookup type ORA_EGP_PURGE_BATCH_ROWS_TYPE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- EnableDataQualityMatchingFlag; boolean; Contains one of the following values: true or false. If true, then data quality matching is enabled. If false, then data quality matching isn't enabled. The default value is the value from the spoke system of the item batch.
- ImportCrossReferencesOnlyFlag; boolean; Contains one of the following values: true or false. If true, then only cross-references are imported. If false, then cross-references aren't imported. The default value is the value from the spoke system of the item batch.
- ImportSchedule; string; Value that indicates how item data gets imported after uploading it to the item batch. A list of accepted values is defined in the lookup type EGI_IMPORT_ON_DATA_LOAD. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- ImportScheduleCode; string; Abbreviation that identifies how item data gets imported after uploading it to the item batch. A list of accepted values is defined in the lookup type EGI_IMPORT_ON_DATA_LOAD. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- LastImportRequestId; integer; Value that uniquely identifies last run import scheduled process.
- LastMatchRequestId; integer; Value that uniquely identifies last run item matching scheduled process.
- LastUpdateDateTime; string; Date and time when the user most recently updated the item batch.
- LastUpdatedBy; string; User who most recently updated the item batch.
- NewItemRequestAddAllItemsFlag; boolean; Contains one of the following values: true or false. If true, then all imported items are added to a new item request. If false, then imported items are added to a new item request. The default value is the value from the spoke system of the item batch.
- NewItemRequestAssociate; string; Value that indicates the creation of a new item request for the imported items or adding the imported items to an existing item request. A list of accepted values is defined in the lookup type EGI_CHG_ORDER_CREATION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- NewItemRequestAssociateCode; string; Abbreviation that identifies the creation of a new item request for the imported items or adding the imported items to an existing item request. A list of accepted values is defined in the lookup type EGI_CHG_ORDER_CREATION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- NewItemRequestEffectiveDateType; string; Value that indicates when the items imported to the new item request become effective. A list of accepted values is defined in the lookup type EGI_NIR_CO_EFFECTIVE_DATE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- NewItemRequestEffectiveDateTypeCode; string; Abbreviation that identifies when the items imported to the new item request become effective. A list of accepted values is defined in the lookup type EGI_NIR_CO_EFFECTIVE_DATE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- NewItemRequestName; string; Name of the new item request. The default value is the value from the spoke system of the item batch.
- NewItemRequestNumber; string; Number that identifies the new item request. The default value is the value from the spoke system of the item batch.
- NewItemRequestOption; string; Value that indicates how new item requests are created or updated by the item batch. A list of accepted values is defined in the lookup type EGI_CHANGE_ORDER_OPTION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- NewItemRequestOptionCode; string; Abbreviation that identifies how new item requests are created or updated by the item batch. A list of accepted values is defined in the lookup type EGI_CHANGE_ORDER_OPTION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- NewItemRequestSplitAutomaticallyFlag; boolean; Contains one of the following values: true or false. If true, then the imported items are split into multiple new item requests. If false, then the imported items aren't split into multiple new item requests. The default value is the value from the spoke system of the item batch.
- PackUpdate; string; Value that identifies the pack components that are to be updated. A list of accepted values is defined in the lookup type EGI_IMPORT_STRUCTURE_CONTENT. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- PackUpdateCode; string; Abbreviation that identifies the pack components that are to be updated. A list of accepted values is defined in the lookup type EGI_IMPORT_STRUCTURE_CONTENT. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- ProcessItems; string; Value that indicates how items are grouped during import. A list of accepted values is defined in the lookup type ORA_EGI_PROCESS_ITEMS_OPTIONS. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- ProcessItemsCode; string; Abbreviation that identifies how items are grouped during import. A list of accepted values is defined in the lookup type ORA_EGI_PROCESS_ITEMS_OPTIONS. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- SpokeSystemCode; string; Abbreviation that identifies the spoke system. Review and update the value for this attribute using the Product Information Management work area, and the Manage Spoke Systems task.
- SpokeSystemId; integer; Value that uniquely identifies the spoke system. Review and update the value for this attribute using the Product Information Management work area, and the Manage Spoke Systems task.
- SpokeSystemName; string; Name of the spoke system. Review and update the value for this attribute using the Product Information Management work area, and the Manage Spoke Systems task.
- StructureEffectivityControl; string; Effectivity control of the item structure. Valid value is Date.
- StructureEffectivityControlCode; integer; Abbreviation that identifies the effectivity control of the item structure. Valid value is 1.
- StructureEffectivityDateTime; string; Date and time when the structure component becomes effective.
- StructureName; string; Name of the item structure. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Structure Type Details task.
- StructureNameCode; string; Abbreviation that identifies the item structure. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Structure Type Details task. This attribute defaults the value from the spoke system of the item batch.
- StructureUpdate; string; Value that indicates the structure components that are to be updated. A list of accepted values is defined in the lookup type EGI_IMPORT_STRUCTURE_CONTENT. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- StructureUpdateCode; string; Abbreviation that identifies the structure components that are to be updated. A list of accepted values is defined in the lookup type EGI_IMPORT_STRUCTURE_CONTENT. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch.
- Type; string; Type of the Item batch. Valid values are E and I. The default value is E.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : itemBatches
Type:
Show Source
object
-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : itemBatches-item-response
Type:
Show Source
object
-
AssignedTo: string
Maximum Length:
100
User who's assigned to the item batch. -
BatchId: integer
(int64)
Title:
Batch ID
Read Only:true
Value that uniquely identifies the item batch. -
BatchName: string
Title:
Name
Maximum Length:80
Name of the item batch. -
BatchNumber: string
Title:
Number
Read Only:true
Maximum Length:40
Number that identifies the item batch. -
BatchStatus: string
Maximum Length:
20
Status of the item batch. A list of accepted values is defined in the lookup type EGI_IMPORT_BATCH_STATUS. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
BatchStatusCode: string
Title:
Status
Maximum Length:1
Default Value:A
Abbreviation that identifies the status of the item batch. A list of accepted values is defined in the lookup type EGI_IMPORT_BATCH_STATUS. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ChangeOrderAddAllItemsFlag: boolean
Title:
Add all items
Maximum Length:1
Contains one of the following values: true or false. If true, then all imported item changes are added to a change order. If false, then the imported item changes aren't added to a change order. The default value is the value from the spoke system of the item batch. -
ChangeOrderAssociate: string
Maximum Length:
30
Value that indicates the creation a new change order for the imported item changes or adding the imported item changes to an existing change order. A list of accepted values is defined in the lookup type EGI_CHG_ORDER_CREATION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ChangeOrderAssociateCode: string
Title:
Associate
Maximum Length:30
Abbreviation that identifies creation of a new change order for the imported item changes or adding the imported item changes to an existing change order. A list of accepted values is defined in the lookup type EGI_CHG_ORDER_CREATION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
ChangeOrderEffectiveDateType: string
Maximum Length:
30
Value that indicates when the item changes imported to the change order become effective. A list of accepted values is defined in the lookup type ORA_EGI_CO_EFFECTIVE_DATE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ChangeOrderEffectiveDateTypeCode: string
Title:
Effective Date
Maximum Length:30
Default Value:D
Abbreviation that identifies when the item changes imported to the change order become effective. A list of accepted values is defined in the lookup type ORA_EGI_CO_EFFECTIVE_DATE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
ChangeOrderName: string
Title:
Name
Maximum Length:240
Name of the change order. The default value is the value from the spoke system of the item batch. -
ChangeOrderNumber: string
Title:
Number
Maximum Length:50
Number that identifies the change order. The default value is the value from the spoke system of the item batch. -
ChangeOrderOption: string
Maximum Length:
30
Value that indicates how change orders get created or updated by the item batch. A list of accepted values is defined in the lookup type EGI_CHANGE_ORDER_OPTION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ChangeOrderOptionCode: string
Title:
Change Order
Maximum Length:1
Abbreviation that identifies how change orders get created or updated by the item batch. A list of accepted values is defined in the lookup type EGI_CHANGE_ORDER_OPTION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
ChangeOrderSplitAutomaticallyFlag: boolean
Title:
Split automatically
Maximum Length:1
Default Value:false
Contains one of the following values: true or false. If true, then the imported items are split into multiple change orders. If false, then the imported items aren't split into multiple change orders. The default value is the value from the spoke system of the item batch. -
ChangeOrderType: string
Maximum Length:
80
Type of change order. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Order Types task. -
ChangeOrderTypeCode: string
Maximum Length:
80
Abbreviation that identifies the type of change order. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Order Types task. The default value is the value from the spoke system of the item batch. -
ConfirmSingleMatchFlag: boolean
Title:
Confirm single matches
Maximum Length:1
Contains one of the following values: true or false. If true, then single item matches get automatically confirmed during import. If false, then single item matches don't get automatically confirmed during import. The default value is the value from the spoke system of the item batch. -
ConfirmUnmatchedNewFlag: boolean
Title:
Confirm unmatched as new item
Maximum Length:1
Contains one of the following values: true or false. If true, then unmatched items get confirmed as new items during import. If false, then unmatched items don't get confirmed as new items during import. The default value is the value from the spoke system of the item batch. -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
User who created the item batch. -
CreationDateTime: string
(date-time)
Title:
Creation Date
Read Only:true
Date and time when the user created the item batch. -
DefaultOrganizationCode: string
Maximum Length:
18
Abbreviation that identifies the default organization of the item batch. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task. -
DefaultOrganizationId: integer
(int64)
Title:
Default Organization
Value that uniquely identifies the default organization of the item batch. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task. The default value is the value from the spoke system of the item batch. -
DeleteProcessedRows: string
Maximum Length:
20
Value that indicates the interface rows that are to be deleted after import. A list of accepted values is defined in the lookup type ORA_EGP_PURGE_BATCH_ROWS_TYPE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
DeleteProcessedRowsCode: string
Maximum Length:
6
Abbreviation that identifies the interface rows that are to be deleted after import. A list of accepted values is defined in the lookup type ORA_EGP_PURGE_BATCH_ROWS_TYPE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
EnableDataQualityMatchingFlag: boolean
Title:
Enable data quality matching
Maximum Length:1
Contains one of the following values: true or false. If true, then data quality matching is enabled. If false, then data quality matching isn't enabled. The default value is the value from the spoke system of the item batch. -
ImportCrossReferencesOnlyFlag: boolean
Title:
Cross-references only
Maximum Length:1
Contains one of the following values: true or false. If true, then only cross-references are imported. If false, then cross-references aren't imported. The default value is the value from the spoke system of the item batch. -
ImportSchedule: string
Maximum Length:
80
Value that indicates how item data gets imported after uploading it to the item batch. A list of accepted values is defined in the lookup type EGI_IMPORT_ON_DATA_LOAD. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ImportScheduleCode: string
Title:
Schedule
Maximum Length:1
Abbreviation that identifies how item data gets imported after uploading it to the item batch. A list of accepted values is defined in the lookup type EGI_IMPORT_ON_DATA_LOAD. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
itemBatchTranslations: array
Item Batch Translations
Title:
Item Batch Translations
The Item Batch Translations resource manages records in item batch translations. -
LastImportRequestId: integer
(int64)
Title:
Last Import Request Phase
Value that uniquely identifies last run import scheduled process. -
LastMatchRequestId: integer
(int64)
Title:
Last Data Process Request Phase
Value that uniquely identifies last run item matching scheduled process. -
LastUpdateDateTime: string
(date-time)
Title:
Last Updated Date
Read Only:true
Date and time when the user most recently updated the item batch. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the item batch. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
NewItemRequestAddAllItemsFlag: boolean
Title:
Add all items
Maximum Length:1
Contains one of the following values: true or false. If true, then all imported items are added to a new item request. If false, then imported items are added to a new item request. The default value is the value from the spoke system of the item batch. -
NewItemRequestAssociate: string
Maximum Length:
30
Value that indicates the creation of a new item request for the imported items or adding the imported items to an existing item request. A list of accepted values is defined in the lookup type EGI_CHG_ORDER_CREATION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
NewItemRequestAssociateCode: string
Title:
Associate
Maximum Length:1
Abbreviation that identifies the creation of a new item request for the imported items or adding the imported items to an existing item request. A list of accepted values is defined in the lookup type EGI_CHG_ORDER_CREATION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
NewItemRequestEffectiveDateType: string
Maximum Length:
30
Value that indicates when the items imported to the new item request become effective. A list of accepted values is defined in the lookup type EGI_NIR_CO_EFFECTIVE_DATE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
NewItemRequestEffectiveDateTypeCode: string
Title:
Effective Date
Maximum Length:30
Default Value:D
Abbreviation that identifies when the items imported to the new item request become effective. A list of accepted values is defined in the lookup type EGI_NIR_CO_EFFECTIVE_DATE. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
NewItemRequestName: string
Title:
Name
Maximum Length:240
Name of the new item request. The default value is the value from the spoke system of the item batch. -
NewItemRequestNumber: string
Title:
Number
Maximum Length:50
Number that identifies the new item request. The default value is the value from the spoke system of the item batch. -
NewItemRequestOption: string
Maximum Length:
30
Value that indicates how new item requests are created or updated by the item batch. A list of accepted values is defined in the lookup type EGI_CHANGE_ORDER_OPTION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
NewItemRequestOptionCode: string
Title:
New Item Request
Maximum Length:1
Abbreviation that identifies how new item requests are created or updated by the item batch. A list of accepted values is defined in the lookup type EGI_CHANGE_ORDER_OPTION. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
NewItemRequestSplitAutomaticallyFlag: boolean
Title:
Split automatically
Maximum Length:1
Default Value:false
Contains one of the following values: true or false. If true, then the imported items are split into multiple new item requests. If false, then the imported items aren't split into multiple new item requests. The default value is the value from the spoke system of the item batch. -
PackUpdate: string
Maximum Length:
30
Value that identifies the pack components that are to be updated. A list of accepted values is defined in the lookup type EGI_IMPORT_STRUCTURE_CONTENT. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
PackUpdateCode: string
Maximum Length:
30
Abbreviation that identifies the pack components that are to be updated. A list of accepted values is defined in the lookup type EGI_IMPORT_STRUCTURE_CONTENT. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
ProcessItems: string
Maximum Length:
20
Value that indicates how items are grouped during import. A list of accepted values is defined in the lookup type ORA_EGI_PROCESS_ITEMS_OPTIONS. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ProcessItemsCode: string
Title:
Process Items
Maximum Length:1
Abbreviation that identifies how items are grouped during import. A list of accepted values is defined in the lookup type ORA_EGI_PROCESS_ITEMS_OPTIONS. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
ScheduleDateTime: string
(date-time)
Date and time when the item batch is scheduled to run to import the item data.
-
SpokeSystemCode: string
Maximum Length:
80
Abbreviation that identifies the spoke system. Review and update the value for this attribute using the Product Information Management work area, and the Manage Spoke Systems task. -
SpokeSystemId: integer
(int64)
Title:
Spoke System ID
Value that uniquely identifies the spoke system. Review and update the value for this attribute using the Product Information Management work area, and the Manage Spoke Systems task. -
SpokeSystemName: string
Maximum Length:
80
Name of the spoke system. Review and update the value for this attribute using the Product Information Management work area, and the Manage Spoke Systems task. -
StructureEffectivityControl: string
Maximum Length:
20
Effectivity control of the item structure. Valid value is Date. -
StructureEffectivityControlCode: integer
(int32)
Title:
Effectivity Control
Default Value:1
Abbreviation that identifies the effectivity control of the item structure. Valid value is 1. -
StructureEffectivityDateTime: string
(date-time)
Date and time when the structure component becomes effective.
-
StructureName: string
Maximum Length:
80
Name of the item structure. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Structure Type Details task. -
StructureNameCode: string
Title:
Name
Maximum Length:80
Abbreviation that identifies the item structure. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Structure Type Details task. This attribute defaults the value from the spoke system of the item batch. -
StructureUpdate: string
Maximum Length:
30
Value that indicates the structure components that are to be updated. A list of accepted values is defined in the lookup type EGI_IMPORT_STRUCTURE_CONTENT. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
StructureUpdateCode: string
Title:
Update
Maximum Length:30
Abbreviation that identifies the structure components that are to be updated. A list of accepted values is defined in the lookup type EGI_IMPORT_STRUCTURE_CONTENT. Review the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is the value from the spoke system of the item batch. -
Type: string
Title:
Type
Maximum Length:1
Default Value:E
Type of the Item batch. Valid values are E and I. The default value is E.
Nested Schema : Item Batch Translations
Type:
array
Title:
Item Batch Translations
The Item Batch Translations resource manages records in item batch translations.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : itemBatches-itemBatchTranslations-item-response
Type:
Show Source
object
-
BatchId: integer
(int64)
Value that uniquely identifies the item batch.
-
BatchName: string
Maximum Length:
80
Name of the item batch. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the item batch. -
CreationDateTime: string
(date-time)
Read Only:
true
Date and time when the user created the item batch. -
Language: string
Maximum Length:
4
Language associated with the item batch. -
LastUpdateDateTime: string
(date-time)
Read Only:
true
Date and time when the user most recently updated the item batch. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the item batch. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
SourceLanguage: string
Maximum Length:
4
Source language associated with the item batch.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Links
- uploadFile
-
Uploads and processes the data from the specified data file by adding it to an item batch.
Examples
This example describes how to get all item batches.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/itemBatches"
Example Response Body
The following shows an example of the response body in JSON format.
{ "items": [ { "BatchNumber": "186343", "BatchName": "OATS_SUPP_CSV_UPDATE_33486290", "BatchId": 300100179408737, "SpokeSystemName": "JDE", "SpokeSystemCode": "JDE", "SpokeSystemId": 100000012259013, "AssignedTo": "PIMQA", "DefaultOrganizationCode": "V1", "DefaultOrganizationId": 204, "ImportCrossReferencesOnlyFlag": false, "BatchStatus": "Active", "BatchStatusCode": "A", "CreatedBy": "PIMQA", "CreationDateTime": "2019-04-26T10:05:19+00:00", "LastUpdateDateTime": "2019-04-26T10:08:49+00:00", "LastUpdatedBy": "PIMQA", "ImportSchedule": "Manual", "ImportScheduleCode": "N", "ScheduleDateTime": null, "ProcessItems": "Per Item", "ProcessItemsCode": "N", "DeleteProcessedRows": null, "DeleteProcessedRowsCode": null, "EnableDataQualityMatchingFlag": true, "ConfirmSingleMatchFlag": true, "ConfirmUnmatchedNewFlag": true, "StructureName": "Primary", "StructureNameCode": "Primary", "StructureEffectivityControl": "Date", "StructureEffectivityControlCode": 1, "StructureEffectivityDateTime": "2019-04-26T10:05:19+00:00", "StructureUpdate": "Changed components only", "StructureUpdateCode": "C", "PackUpdate": "All components", "PackUpdateCode": "A", "NewItemRequestOption": "One per Item", "NewItemRequestOptionCode": "I", "NewItemRequestSplitAutomaticallyFlag": false, "NewItemRequestAssociate": null, "NewItemRequestAssociateCode": null, "NewItemRequestNumber": null, "NewItemRequestName": null, "NewItemRequestAddAllItemsFlag": false, "NewItemRequestEffectiveDateType": "Type default", "NewItemRequestEffectiveDateTypeCode": "D", "ChangeOrderOption": "One per Item", "ChangeOrderOptionCode": "I", "ChangeOrderSplitAutomaticallyFlag": false, "ChangeOrderAssociate": null, "ChangeOrderAssociateCode": null, "ChangeOrderType": null, "ChangeOrderTypeCode": null, "ChangeOrderNumber": null, "ChangeOrderName": null, "ChangeOrderAddAllItemsFlag": false, "ChangeOrderEffectiveDateType": "Type default", "ChangeOrderEffectiveDateTypeCode": "D", "LastMatchRequestId": 518200, "LastImportRequestId": 518222, "Type": "E", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F0849737610000000EACED00057708000110F084973762", "name": "itemBatches", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E00020000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F0849737610000000EACED00057708000110F084973762", "name": "itemBatches", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F0849737610000000EACED00057708000110F084973762/child/itemBatchTranslations", "name": "itemBatchTranslations", "kind": "collection" } ] }, { "BatchNumber": "198345", "BatchName": "Auto198345", "BatchId": 300100181472478, "SpokeSystemName": "JDE", "SpokeSystemCode": "JDE", "SpokeSystemId": 100000012259013, "AssignedTo": "OPERATIONS", "DefaultOrganizationCode": "V1", "DefaultOrganizationId": 204, "ImportCrossReferencesOnlyFlag": false, "BatchStatus": "Active", "BatchStatusCode": "A", "CreatedBy": "OPERATIONS", "CreationDateTime": "2019-08-02T11:43:33+00:00", "LastUpdateDateTime": "2019-08-02T11:44:01+00:00", "LastUpdatedBy": "OPERATIONS", "ImportSchedule": "On data load", "ImportScheduleCode": "Y", "ScheduleDateTime": null, "ProcessItems": "Per Item", "ProcessItemsCode": "N", "DeleteProcessedRows": null, "DeleteProcessedRowsCode": null, "EnableDataQualityMatchingFlag": true, "ConfirmSingleMatchFlag": true, "ConfirmUnmatchedNewFlag": true, "StructureName": "Primary", "StructureNameCode": "Primary", "StructureEffectivityControl": "Date", "StructureEffectivityControlCode": 1, "StructureEffectivityDateTime": "2019-08-02T11:43:33+00:00", "StructureUpdate": "Changed components only", "StructureUpdateCode": "C", "PackUpdate": "All components", "PackUpdateCode": "A", "NewItemRequestOption": "One per Item", "NewItemRequestOptionCode": "I", "NewItemRequestSplitAutomaticallyFlag": false, "NewItemRequestAssociate": null, "NewItemRequestAssociateCode": null, "NewItemRequestNumber": null, "NewItemRequestName": null, "NewItemRequestAddAllItemsFlag": false, "NewItemRequestEffectiveDateType": "Type default", "NewItemRequestEffectiveDateTypeCode": "D", "ChangeOrderOption": "One per Item", "ChangeOrderOptionCode": "I", "ChangeOrderSplitAutomaticallyFlag": false, "ChangeOrderAssociate": null, "ChangeOrderAssociateCode": null, "ChangeOrderType": null, "ChangeOrderTypeCode": null, "ChangeOrderNumber": null, "ChangeOrderName": null, "ChangeOrderAddAllItemsFlag": false, "ChangeOrderEffectiveDateType": "Type default", "ChangeOrderEffectiveDateTypeCode": "D", "LastMatchRequestId": 580262, "LastImportRequestId": 580262, "Type": "E", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B4DE0000000EACED00057708000110F084B6B4DF", "name": "itemBatches", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E00020000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B4DE0000000EACED00057708000110F084B6B4DF", "name": "itemBatches", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B4DE0000000EACED00057708000110F084B6B4DF/child/itemBatchTranslations", "name": "itemBatchTranslations", "kind": "collection" } ] }, { "BatchNumber": "199342", "BatchName": "Auto199342", "BatchId": 300100181472951, "SpokeSystemName": "JDE", "SpokeSystemCode": "JDE", "SpokeSystemId": 100000012259013, "AssignedTo": "OPERATIONS", "DefaultOrganizationCode": "V1", "DefaultOrganizationId": 204, "ImportCrossReferencesOnlyFlag": false, "BatchStatus": "Active", "BatchStatusCode": "A", "CreatedBy": "OPERATIONS", "CreationDateTime": "2019-08-06T19:36:10+00:00", "LastUpdateDateTime": "2019-08-06T19:36:12.807+00:00", "LastUpdatedBy": "OPERATIONS", "ImportSchedule": "On data load", "ImportScheduleCode": "Y", "ScheduleDateTime": null, "ProcessItems": "Per Item", "ProcessItemsCode": "N", "DeleteProcessedRows": null, "DeleteProcessedRowsCode": null, "EnableDataQualityMatchingFlag": true, "ConfirmSingleMatchFlag": true, "ConfirmUnmatchedNewFlag": true, "StructureName": "Primary", "StructureNameCode": "Primary", "StructureEffectivityControl": "Date", "StructureEffectivityControlCode": 1, "StructureEffectivityDateTime": "2019-08-06T19:36:10+00:00", "StructureUpdate": "Changed components only", "StructureUpdateCode": "C", "PackUpdate": "All components", "PackUpdateCode": "A", "NewItemRequestOption": "One per Item", "NewItemRequestOptionCode": "I", "NewItemRequestSplitAutomaticallyFlag": false, "NewItemRequestAssociate": null, "NewItemRequestAssociateCode": null, "NewItemRequestNumber": null, "NewItemRequestName": null, "NewItemRequestAddAllItemsFlag": false, "NewItemRequestEffectiveDateType": "Type default", "NewItemRequestEffectiveDateTypeCode": "D", "ChangeOrderOption": "One per Item", "ChangeOrderOptionCode": "I", "ChangeOrderSplitAutomaticallyFlag": false, "ChangeOrderAssociate": null, "ChangeOrderAssociateCode": null, "ChangeOrderType": null, "ChangeOrderTypeCode": null, "ChangeOrderNumber": null, "ChangeOrderName": null, "ChangeOrderAddAllItemsFlag": false, "ChangeOrderEffectiveDateType": "Type default", "ChangeOrderEffectiveDateTypeCode": "D", "LastMatchRequestId": null, "LastImportRequestId": null, "Type": "E", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B6B70000000EACED00057708000110F084B6B6B8", "name": "itemBatches", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E00020000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B6B70000000EACED00057708000110F084B6B6B8", "name": "itemBatches", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B6B70000000EACED00057708000110F084B6B6B8/child/itemBatchTranslations", "name": "itemBatchTranslations", "kind": "collection" } ] }, { "BatchNumber": "199344", "BatchName": "Auto199344", "BatchId": 300100181472955, "SpokeSystemName": "JDE", "SpokeSystemCode": "JDE", "SpokeSystemId": 100000012259013, "AssignedTo": "OPERATIONS", "DefaultOrganizationCode": "V1", "DefaultOrganizationId": 204, "ImportCrossReferencesOnlyFlag": false, "BatchStatus": "Active", "BatchStatusCode": "A", "CreatedBy": "OPERATIONS", "CreationDateTime": "2019-08-06T19:49:25+00:00", "LastUpdateDateTime": "2019-08-06T19:49:25.241+00:00", "LastUpdatedBy": "OPERATIONS", "ImportSchedule": "On data load", "ImportScheduleCode": "Y", "ScheduleDateTime": null, "ProcessItems": "Per Item", "ProcessItemsCode": "N", "DeleteProcessedRows": null, "DeleteProcessedRowsCode": null, "EnableDataQualityMatchingFlag": true, "ConfirmSingleMatchFlag": true, "ConfirmUnmatchedNewFlag": true, "StructureName": "Primary", "StructureNameCode": "Primary", "StructureEffectivityControl": "Date", "StructureEffectivityControlCode": 1, "StructureEffectivityDateTime": "2019-08-06T19:49:25+00:00", "StructureUpdate": "Changed components only", "StructureUpdateCode": "C", "PackUpdate": "All components", "PackUpdateCode": "A", "NewItemRequestOption": "One per Item", "NewItemRequestOptionCode": "I", "NewItemRequestSplitAutomaticallyFlag": false, "NewItemRequestAssociate": null, "NewItemRequestAssociateCode": null, "NewItemRequestNumber": null, "NewItemRequestName": null, "NewItemRequestAddAllItemsFlag": false, "NewItemRequestEffectiveDateType": "Type default", "NewItemRequestEffectiveDateTypeCode": "D", "ChangeOrderOption": "One per Item", "ChangeOrderOptionCode": "I", "ChangeOrderSplitAutomaticallyFlag": false, "ChangeOrderAssociate": null, "ChangeOrderAssociateCode": null, "ChangeOrderType": null, "ChangeOrderTypeCode": null, "ChangeOrderNumber": null, "ChangeOrderName": null, "ChangeOrderAddAllItemsFlag": false, "ChangeOrderEffectiveDateType": "Type default", "ChangeOrderEffectiveDateTypeCode": "D", "LastMatchRequestId": null, "LastImportRequestId": null, "Type": "E", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B6BB0000000EACED00057708000110F084B6B6BC", "name": "itemBatches", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E00020000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B6BB0000000EACED00057708000110F084B6B6BC", "name": "itemBatches", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B6BB0000000EACED00057708000110F084B6B6BC/child/itemBatchTranslations", "name": "itemBatchTranslations", "kind": "collection" } ] }, { "BatchNumber": "97344", "BatchName": "SP_R9QAEFFNTSRIL_070618", "BatchId": 300100168538156, "SpokeSystemName": "JDE", "SpokeSystemCode": "JDE", "SpokeSystemId": 100000012259013, "AssignedTo": "PIMQA", "DefaultOrganizationCode": "V1", "DefaultOrganizationId": 204, "ImportCrossReferencesOnlyFlag": false, "BatchStatus": "Active", "BatchStatusCode": "A", "CreatedBy": "PIMQA", "CreationDateTime": "2018-07-06T23:17:17.028+00:00", "LastUpdateDateTime": "2018-07-06T23:18:40.650+00:00", "LastUpdatedBy": "PIMQA", "ImportSchedule": "On data load", "ImportScheduleCode": "Y", "ScheduleDateTime": null, "ProcessItems": "Per Item", "ProcessItemsCode": "N", "DeleteProcessedRows": null, "DeleteProcessedRowsCode": null, "EnableDataQualityMatchingFlag": true, "ConfirmSingleMatchFlag": true, "ConfirmUnmatchedNewFlag": true, "StructureName": "Primary", "StructureNameCode": "Primary", "StructureEffectivityControl": "Date", "StructureEffectivityControlCode": 1, "StructureEffectivityDateTime": "2018-07-06T23:17:17+00:00", "StructureUpdate": "Changed components only", "StructureUpdateCode": "C", "PackUpdate": "All components", "PackUpdateCode": "A", "NewItemRequestOption": "One per Item", "NewItemRequestOptionCode": "I", "NewItemRequestSplitAutomaticallyFlag": false, "NewItemRequestAssociate": null, "NewItemRequestAssociateCode": null, "NewItemRequestNumber": null, "NewItemRequestName": null, "NewItemRequestAddAllItemsFlag": false, "NewItemRequestEffectiveDateType": "Type default", "NewItemRequestEffectiveDateTypeCode": "D", "ChangeOrderOption": "One per Item", "ChangeOrderOptionCode": "I", "ChangeOrderSplitAutomaticallyFlag": false, "ChangeOrderAssociate": null, "ChangeOrderAssociateCode": null, "ChangeOrderType": null, "ChangeOrderTypeCode": null, "ChangeOrderNumber": null, "ChangeOrderName": null, "ChangeOrderAddAllItemsFlag": false, "ChangeOrderEffectiveDateType": "Type default", "ChangeOrderEffectiveDateTypeCode": "D", "LastMatchRequestId": 245605, "LastImportRequestId": 245605, "Type": "E", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F083F1582C0000000EACED00057708000110F083F1582D", "name": "itemBatches", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E00020000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F083F1582C0000000EACED00057708000110F083F1582D", "name": "itemBatches", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F083F1582C0000000EACED00057708000110F083F1582D/child/itemBatchTranslations", "name": "itemBatchTranslations", "kind": "collection" } ] }, { "BatchNumber": "186342", "BatchName": "OATS_SUPP_UI_UPDATE_39581997", "BatchId": 300100179449352, "SpokeSystemName": "JDE", "SpokeSystemCode": "JDE", "SpokeSystemId": 100000012259013, "AssignedTo": "PIMQA", "DefaultOrganizationCode": "V1", "DefaultOrganizationId": 204, "ImportCrossReferencesOnlyFlag": false, "BatchStatus": "Active", "BatchStatusCode": "A", "CreatedBy": "PIMQA", "CreationDateTime": "2019-04-26T10:02:51+00:00", "LastUpdateDateTime": "2019-04-26T10:07:58+00:00", "LastUpdatedBy": "PIMQA", "ImportSchedule": "Manual", "ImportScheduleCode": "N", "ScheduleDateTime": null, "ProcessItems": "Per Item", "ProcessItemsCode": "N", "DeleteProcessedRows": null, "DeleteProcessedRowsCode": null, "EnableDataQualityMatchingFlag": true, "ConfirmSingleMatchFlag": true, "ConfirmUnmatchedNewFlag": true, "StructureName": "Primary", "StructureNameCode": "Primary", "StructureEffectivityControl": "Date", "StructureEffectivityControlCode": 1, "StructureEffectivityDateTime": "2019-04-26T10:02:51+00:00", "StructureUpdate": "Changed components only", "StructureUpdateCode": "C", "PackUpdate": "All components", "PackUpdateCode": "A", "NewItemRequestOption": "One per Item", "NewItemRequestOptionCode": "I", "NewItemRequestSplitAutomaticallyFlag": false, "NewItemRequestAssociate": null, "NewItemRequestAssociateCode": null, "NewItemRequestNumber": null, "NewItemRequestName": null, "NewItemRequestAddAllItemsFlag": false, "NewItemRequestEffectiveDateType": "Type default", "NewItemRequestEffectiveDateTypeCode": "D", "ChangeOrderOption": "One per Item", "ChangeOrderOptionCode": "I", "ChangeOrderSplitAutomaticallyFlag": false, "ChangeOrderAssociate": null, "ChangeOrderAssociateCode": null, "ChangeOrderType": null, "ChangeOrderTypeCode": null, "ChangeOrderNumber": null, "ChangeOrderName": null, "ChangeOrderAddAllItemsFlag": false, "ChangeOrderEffectiveDateType": "Type default", "ChangeOrderEffectiveDateTypeCode": "D", "LastMatchRequestId": 518186, "LastImportRequestId": 518216, "Type": "E", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F08497D6080000000EACED00057708000110F08497D609", "name": "itemBatches", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E00020000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F08497D6080000000EACED00057708000110F08497D609", "name": "itemBatches", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F08497D6080000000EACED00057708000110F08497D609/child/itemBatchTranslations", "name": "itemBatchTranslations", "kind": "collection" } ] }, { "BatchNumber": "199346", "BatchName": "Auto199346", "BatchId": 300100181472960, "SpokeSystemName": "JDE", "SpokeSystemCode": "JDE", "SpokeSystemId": 100000012259013, "AssignedTo": "OPERATIONS", "DefaultOrganizationCode": "V1", "DefaultOrganizationId": 204, "ImportCrossReferencesOnlyFlag": false, "BatchStatus": "Active", "BatchStatusCode": "A", "CreatedBy": "OPERATIONS", "CreationDateTime": "2019-08-06T20:00:20+00:00", "LastUpdateDateTime": "2019-08-06T20:00:20.239+00:00", "LastUpdatedBy": "OPERATIONS", "ImportSchedule": "On data load", "ImportScheduleCode": "Y", "ScheduleDateTime": null, "ProcessItems": "Per Item", "ProcessItemsCode": "N", "DeleteProcessedRows": null, "DeleteProcessedRowsCode": null, "EnableDataQualityMatchingFlag": true, "ConfirmSingleMatchFlag": true, "ConfirmUnmatchedNewFlag": true, "StructureName": "Primary", "StructureNameCode": "Primary", "StructureEffectivityControl": "Date", "StructureEffectivityControlCode": 1, "StructureEffectivityDateTime": "2019-08-06T20:00:20+00:00", "StructureUpdate": "Changed components only", "StructureUpdateCode": "C", "PackUpdate": "All components", "PackUpdateCode": "A", "NewItemRequestOption": "One per Item", "NewItemRequestOptionCode": "I", "NewItemRequestSplitAutomaticallyFlag": false, "NewItemRequestAssociate": null, "NewItemRequestAssociateCode": null, "NewItemRequestNumber": null, "NewItemRequestName": null, "NewItemRequestAddAllItemsFlag": false, "NewItemRequestEffectiveDateType": "Type default", "NewItemRequestEffectiveDateTypeCode": "D", "ChangeOrderOption": "One per Item", "ChangeOrderOptionCode": "I", "ChangeOrderSplitAutomaticallyFlag": false, "ChangeOrderAssociate": null, "ChangeOrderAssociateCode": null, "ChangeOrderType": null, "ChangeOrderTypeCode": null, "ChangeOrderNumber": null, "ChangeOrderName": null, "ChangeOrderAddAllItemsFlag": false, "ChangeOrderEffectiveDateType": "Type default", "ChangeOrderEffectiveDateTypeCode": "D", "LastMatchRequestId": null, "LastImportRequestId": null, "Type": "E", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B6C00000000EACED00057708000110F084B6B6C1", "name": "itemBatches", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E00020000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B6C00000000EACED00057708000110F084B6B6C1", "name": "itemBatches", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F084B6B6C00000000EACED00057708000110F084B6B6C1/child/itemBatchTranslations", "name": "itemBatchTranslations", "kind": "collection" } ] }, { "BatchNumber": "184341", "BatchName": "OATS_SUPP_CSV_CREATE_30160814", "BatchId": 300100179408703, "SpokeSystemName": "JDE", "SpokeSystemCode": "JDE", "SpokeSystemId": 100000012259013, "AssignedTo": "PIMQA", "DefaultOrganizationCode": "V1", "DefaultOrganizationId": 204, "ImportCrossReferencesOnlyFlag": false, "BatchStatus": "Active", "BatchStatusCode": "A", "CreatedBy": "PIMQA", "CreationDateTime": "2019-04-26T09:38:58+00:00", "LastUpdateDateTime": "2019-04-26T09:44:21+00:00", "LastUpdatedBy": "PIMQA", "ImportSchedule": "Manual", "ImportScheduleCode": "N", "ScheduleDateTime": null, "ProcessItems": "Per Item", "ProcessItemsCode": "N", "DeleteProcessedRows": null, "DeleteProcessedRowsCode": null, "EnableDataQualityMatchingFlag": true, "ConfirmSingleMatchFlag": true, "ConfirmUnmatchedNewFlag": true, "StructureName": "Primary", "StructureNameCode": "Primary", "StructureEffectivityControl": "Date", "StructureEffectivityControlCode": 1, "StructureEffectivityDateTime": "2019-04-26T09:38:58+00:00", "StructureUpdate": "Changed components only", "StructureUpdateCode": "C", "PackUpdate": "All components", "PackUpdateCode": "A", "NewItemRequestOption": "One per Item", "NewItemRequestOptionCode": "I", "NewItemRequestSplitAutomaticallyFlag": false, "NewItemRequestAssociate": null, "NewItemRequestAssociateCode": null, "NewItemRequestNumber": null, "NewItemRequestName": null, "NewItemRequestAddAllItemsFlag": false, "NewItemRequestEffectiveDateType": "Type default", "NewItemRequestEffectiveDateTypeCode": "D", "ChangeOrderOption": "One per Item", "ChangeOrderOptionCode": "I", "ChangeOrderSplitAutomaticallyFlag": false, "ChangeOrderAssociate": null, "ChangeOrderAssociateCode": null, "ChangeOrderType": null, "ChangeOrderTypeCode": null, "ChangeOrderNumber": null, "ChangeOrderName": null, "ChangeOrderAddAllItemsFlag": false, "ChangeOrderEffectiveDateType": "Type default", "ChangeOrderEffectiveDateTypeCode": "D", "LastMatchRequestId": 518008, "LastImportRequestId": 518043, "Type": "E", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F08497373F0000000EACED00057708000110F084973740", "name": "itemBatches", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E00020000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F08497373F0000000EACED00057708000110F084973740", "name": "itemBatches", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F08497373F0000000EACED00057708000110F084973740/child/itemBatchTranslations", "name": "itemBatchTranslations", "kind": "collection" } ] }, { "BatchNumber": "185341", "BatchName": "OATS_SUPP_CSV_UPDATE_33504575", "BatchId": 300100179450111, "SpokeSystemName": "JDE", "SpokeSystemCode": "JDE", "SpokeSystemId": 100000012259013, "AssignedTo": "PIMQA", "DefaultOrganizationCode": "V1", "DefaultOrganizationId": 204, "ImportCrossReferencesOnlyFlag": false, "BatchStatus": "Active", "BatchStatusCode": "A", "CreatedBy": "PIMQA", "CreationDateTime": "2019-04-26T09:52:16+00:00", "LastUpdateDateTime": "2019-04-26T09:57:27+00:00", "LastUpdatedBy": "PIMQA", "ImportSchedule": "Manual", "ImportScheduleCode": "N", "ScheduleDateTime": null, "ProcessItems": "Per Item", "ProcessItemsCode": "N", "DeleteProcessedRows": null, "DeleteProcessedRowsCode": null, "EnableDataQualityMatchingFlag": true, "ConfirmSingleMatchFlag": true, "ConfirmUnmatchedNewFlag": true, "StructureName": "Primary", "StructureNameCode": "Primary", "StructureEffectivityControl": "Date", "StructureEffectivityControlCode": 1, "StructureEffectivityDateTime": "2019-04-26T09:52:16+00:00", "StructureUpdate": "Changed components only", "StructureUpdateCode": "C", "PackUpdate": "All components", "PackUpdateCode": "A", "NewItemRequestOption": "One per Item", "NewItemRequestOptionCode": "I", "NewItemRequestSplitAutomaticallyFlag": false, "NewItemRequestAssociate": null, "NewItemRequestAssociateCode": null, "NewItemRequestNumber": null, "NewItemRequestName": null, "NewItemRequestAddAllItemsFlag": false, "NewItemRequestEffectiveDateType": "Type default", "NewItemRequestEffectiveDateTypeCode": "D", "ChangeOrderOption": "One per Item", "ChangeOrderOptionCode": "I", "ChangeOrderSplitAutomaticallyFlag": false, "ChangeOrderAssociate": null, "ChangeOrderAssociateCode": null, "ChangeOrderType": null, "ChangeOrderTypeCode": null, "ChangeOrderNumber": null, "ChangeOrderName": null, "ChangeOrderAddAllItemsFlag": false, "ChangeOrderEffectiveDateType": "Type default", "ChangeOrderEffectiveDateTypeCode": "D", "LastMatchRequestId": 518099, "LastImportRequestId": 518143, "Type": "E", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F08497D8FF0000000EACED00057708000110F08497D900", "name": "itemBatches", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E00020000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F08497D8FF0000000EACED00057708000110F08497D900", "name": "itemBatches", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F08497D8FF0000000EACED00057708000110F08497D900/child/itemBatchTranslations", "name": "itemBatchTranslations", "kind": "collection" } ] }, { "BatchNumber": "187342", "BatchName": "OATS_SUPP_UI_CREATE_29087978", "BatchId": 300100179690449, "SpokeSystemName": "JDE", "SpokeSystemCode": "JDE", "SpokeSystemId": 100000012259013, "AssignedTo": "PIMQA", "DefaultOrganizationCode": "V1", "DefaultOrganizationId": 204, "ImportCrossReferencesOnlyFlag": false, "BatchStatus": "Active", "BatchStatusCode": "A", "CreatedBy": "PIMQA", "CreationDateTime": "2019-04-30T07:24:01+00:00", "LastUpdateDateTime": "2019-04-30T07:29:23+00:00", "LastUpdatedBy": "PIMQA", "ImportSchedule": "Manual", "ImportScheduleCode": "N", "ScheduleDateTime": null, "ProcessItems": "Per Item", "ProcessItemsCode": "N", "DeleteProcessedRows": null, "DeleteProcessedRowsCode": null, "EnableDataQualityMatchingFlag": true, "ConfirmSingleMatchFlag": true, "ConfirmUnmatchedNewFlag": true, "StructureName": "Primary", "StructureNameCode": "Primary", "StructureEffectivityControl": "Date", "StructureEffectivityControlCode": 1, "StructureEffectivityDateTime": "2019-04-30T07:24:01+00:00", "StructureUpdate": "Changed components only", "StructureUpdateCode": "C", "PackUpdate": "All components", "PackUpdateCode": "A", "NewItemRequestOption": "One per Item", "NewItemRequestOptionCode": "I", "NewItemRequestSplitAutomaticallyFlag": false, "NewItemRequestAssociate": null, "NewItemRequestAssociateCode": null, "NewItemRequestNumber": null, "NewItemRequestName": null, "NewItemRequestAddAllItemsFlag": false, "NewItemRequestEffectiveDateType": "Type default", "NewItemRequestEffectiveDateTypeCode": "D", "ChangeOrderOption": "One per Item", "ChangeOrderOptionCode": "I", "ChangeOrderSplitAutomaticallyFlag": false, "ChangeOrderAssociate": null, "ChangeOrderAssociateCode": null, "ChangeOrderType": null, "ChangeOrderTypeCode": null, "ChangeOrderNumber": null, "ChangeOrderName": null, "ChangeOrderAddAllItemsFlag": false, "ChangeOrderEffectiveDateType": "Type default", "ChangeOrderEffectiveDateTypeCode": "D", "LastMatchRequestId": 521924, "LastImportRequestId": 521995, "Type": "E", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F0849B83D10000000EACED00057708000110F0849B83D2", "name": "itemBatches", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E00020000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F0849B83D10000000EACED00057708000110F0849B83D2", "name": "itemBatches", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/itemBatches/00020000000EACED00057708000110F0849B83D10000000EACED00057708000110F0849B83D2/child/itemBatchTranslations", "name": "itemBatchTranslations", "kind": "collection" } ] } ], "count": 10, "hasMore": true, "limit": 10, "offset": 0, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/itemBatches", "name": "itemBatches", "kind": "collection" }, { "rel": "action", "href": "https://servername/fscmRestApi/resources/version/itemBatches/action/uploadFile", "name": "uploadFile", "kind": "other" } ] }