...
Use HTTP GET method to call this API by passing the below optional request parameters.
Parameter | Details |
---|
name | Container type name for search |
canHold | Name of holding container type. Ex: To search containers who holds 'Boxes |
exactMatch | Flag to specify whether to perform exact match or not. |
startAt | start index of the results |
maxResults | Maximum number of records to fetch. By default it will be 1000 |
Result:
The response of this request will contains the list of matching criteria container types
Below is the example of the get all container types:
12345[ {6
7
8
9
10
11
12
13
14
15
16
17
"nameFormat": "%PCONT_NAME%-B-%PCONT_ALPHA_SEQ%", |
|
"columnLabelingScheme": "Alphabets Upper Case", |
|
"rowLabelingScheme": "Alphabets Upper Case", |
|
"storeSpecimenEnabled": true, |
|
"activityStatus": "Active" |
|
"nameFormat": "FD-%SITE_UID%", |
|
"columnLabelingScheme": "Numbers", |
|
"rowLabelingScheme": "Numbers", |
|
"storeSpecimenEnabled": false, |
|
"activityStatus": "Active" |
|
"nameFormat": "%PCONT_NAME%-RK-%PCONT_UID%", |
|
"columnLabelingScheme": "Numbers", |
|
"rowLabelingScheme": "Numbers", |
|
"storeSpecimenEnabled": true, |
|
"activityStatus": "Active" |
|
}]