GET api/mediwaveapi/mediwave/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
MediWaveViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| auto_mode | boolean |
None. |
|
| compartment_count | integer |
Required |
|
| cleanroom_id | globally unique identifier |
Required |
|
| flux_multi_id | globally unique identifier |
None. |
|
| num_mediwave_fluxmulti | integer |
None. |
|
| id | globally unique identifier |
None. |
|
| local_id | integer |
Range: inclusive between 0 and ∞ |
|
| name | string |
Required |
|
| production_wash_company_code | string |
String length: inclusive between 0 and 20 |
|
| production_wash_number | integer |
Range: inclusive between 0 and ∞ |
|
| serial_number | string |
Required |
|
| check_temp_fluxmulti | boolean |
Required |
|
| check_ph | boolean |
Required |
|
| check_ph_fluxmulti | boolean |
Required |
|
| soap_name_01 | string |
None. |
|
| soap_name_02 | string |
None. |
|
| soap_name_03 | string |
None. |
|
| soap_name_04 | string |
None. |
|
| soap_name_05 | string |
None. |
|
| soap_name_06 | string |
None. |
|
| soap_name_07 | string |
None. |
|
| soap_name_08 | string |
None. |
|
| soap_name_09 | string |
None. |
|
| soap_name_10 | string |
None. |
|
| soap_name_11 | string |
None. |
|
| soap_name_12 | string |
None. |
|
| soap_name_13 | string |
None. |
|
| soap_name_14 | string |
None. |
|
| soap_name_15 | string |
None. |
|
| active | boolean |
Required |
|
| load_door_status | boolean |
None. |
|
| unload_door_status | boolean |
None. |
|
| drum_position | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"auto_mode": true,
"compartment_count": 1,
"cleanroom_id": "bd9c3e88-dcb9-4c54-a02d-d76cf4674f27",
"flux_multi_id": "b3247ce7-c507-4ad9-b766-bca265ef3ab8",
"num_mediwave_fluxmulti": 1,
"id": "6d3f08ec-08aa-4a24-a33e-351047052b4c",
"local_id": 1,
"name": "sample string 4",
"production_wash_company_code": "sample string 5",
"production_wash_number": 1,
"serial_number": "sample string 6",
"check_temp_fluxmulti": true,
"check_ph": true,
"check_ph_fluxmulti": true,
"soap_name_01": "sample string 10",
"soap_name_02": "sample string 11",
"soap_name_03": "sample string 12",
"soap_name_04": "sample string 13",
"soap_name_05": "sample string 14",
"soap_name_06": "sample string 15",
"soap_name_07": "sample string 16",
"soap_name_08": "sample string 17",
"soap_name_09": "sample string 18",
"soap_name_10": "sample string 19",
"soap_name_11": "sample string 20",
"soap_name_12": "sample string 21",
"soap_name_13": "sample string 22",
"soap_name_14": "sample string 23",
"soap_name_15": "sample string 24",
"active": true,
"load_door_status": true,
"unload_door_status": true,
"drum_position": 1
}
application/xml, text/xml
Sample:
<mediwave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <auto_mode>true</auto_mode> <check_ph>true</check_ph> <check_ph_fluxmulti>true</check_ph_fluxmulti> <check_temp_fluxmulti>true</check_temp_fluxmulti> <cleanroom_id>bd9c3e88-dcb9-4c54-a02d-d76cf4674f27</cleanroom_id> <compartment_count>1</compartment_count> <drum_position>1</drum_position> <flux_multi_id>b3247ce7-c507-4ad9-b766-bca265ef3ab8</flux_multi_id> <id>6d3f08ec-08aa-4a24-a33e-351047052b4c</id> <load_door_status>true</load_door_status> <local_id>1</local_id> <name>sample string 4</name> <num_mediwave_fluxmulti>1</num_mediwave_fluxmulti> <production_wash_company_code>sample string 5</production_wash_company_code> <production_wash_number>1</production_wash_number> <serial_number>sample string 6</serial_number> <soap_name_01>sample string 10</soap_name_01> <soap_name_02>sample string 11</soap_name_02> <soap_name_03>sample string 12</soap_name_03> <soap_name_04>sample string 13</soap_name_04> <soap_name_05>sample string 14</soap_name_05> <soap_name_06>sample string 15</soap_name_06> <soap_name_07>sample string 16</soap_name_07> <soap_name_08>sample string 17</soap_name_08> <soap_name_09>sample string 18</soap_name_09> <soap_name_10>sample string 19</soap_name_10> <soap_name_11>sample string 20</soap_name_11> <soap_name_12>sample string 21</soap_name_12> <soap_name_13>sample string 22</soap_name_13> <soap_name_14>sample string 23</soap_name_14> <soap_name_15>sample string 24</soap_name_15> <unload_door_status>true</unload_door_status> </mediwave>