GET api/CaseCartBarcode/GetSetDetails?mandatorId={mandatorId}&setBarcode={setBarcode}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mandatorId | integer |
Required |
|
| setBarcode | string |
Required |
|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MDLCaseCartSetDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| SetCylceId | integer |
None. |
|
| SetId | integer |
None. |
|
| SetVersion | integer |
None. |
|
| SetTemplateId | integer |
None. |
|
| SetTemplateVersion | integer |
None. |
|
| SetInfo | string |
None. |
|
| SetBarcode | string |
None. |
|
| CurrentStoragePath | string |
None. |
|
| StorageBarcode | string |
None. |
|
| StoragePath | string |
None. |
|
| SetTemplateBarcode | string |
None. |
|
| SetProcessedState | ENMSetProcessedState |
None. |
|
| PreProcessCompleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SetCylceId": 1,
"SetId": 2,
"SetVersion": 3,
"SetTemplateId": 4,
"SetTemplateVersion": 5,
"SetInfo": "sample string 6",
"SetBarcode": "sample string 7",
"CurrentStoragePath": "sample string 8",
"StorageBarcode": "sample string 9",
"StoragePath": "sample string 10",
"SetTemplateBarcode": "sample string 11",
"SetProcessedState": 1,
"PreProcessCompleted": true
}
application/xml, text/xml
Sample:
<MDLCaseCartSetDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared"> <CurrentStoragePath>sample string 8</CurrentStoragePath> <PreProcessCompleted>true</PreProcessCompleted> <SetBarcode>sample string 7</SetBarcode> <SetCylceId>1</SetCylceId> <SetId>2</SetId> <SetInfo>sample string 6</SetInfo> <SetProcessedState>NotYetProcessed</SetProcessedState> <SetTemplateBarcode>sample string 11</SetTemplateBarcode> <SetTemplateId>4</SetTemplateId> <SetTemplateVersion>5</SetTemplateVersion> <SetVersion>3</SetVersion> <StorageBarcode>sample string 9</StorageBarcode> <StoragePath>sample string 10</StoragePath> </MDLCaseCartSetDetails>