GET api/contractapi/contract/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ContractViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| washing_processes | Collection of WashingProcessViewModel |
None. |
|
| selected_sticker_id | globally unique identifier |
None. |
|
| selected_nameplate_id | globally unique identifier |
None. |
|
| active | boolean |
Required |
|
| certificate_type_id | globally unique identifier |
Required |
|
| code | integer |
None. |
|
| id | globally unique identifier |
None. |
|
| internal_reference | string |
String length: inclusive between 0 and 50 |
|
| item_wash_max | integer |
None. |
|
| language_code | string |
Required String length: inclusive between 0 and 10 |
|
| name | string |
Required String length: inclusive between 0 and 100 |
|
| packaging_type_id | globally unique identifier |
Required |
|
| packing_type_id | globally unique identifier |
Required |
|
| particles_control | boolean |
Required |
|
| peremption_month | integer |
None. |
|
| peremption_print_cleanroom | boolean |
Required |
|
| peremption_print_date | boolean |
Required |
|
| peremption_print_expedition | boolean |
Required |
|
| permanent_management | boolean |
Required |
|
| pool_id | globally unique identifier |
None. |
|
| remark | string |
None. |
|
| site_customer_id | globally unique identifier |
Required |
|
| sorting_type_id | globally unique identifier |
Required |
|
| type | string |
Required String length: inclusive between 0 and 1 |
Response Formats
application/json, text/json
Sample:
{
"washing_processes": [
{
"descriptions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"active": true,
"code": "sample string 2",
"id": "0092bc92-9e4f-41c4-9d46-3685b2ffb55b",
"site_id": "795ba427-8860-431f-817e-83933cb92107"
},
{
"descriptions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"active": true,
"code": "sample string 2",
"id": "0092bc92-9e4f-41c4-9d46-3685b2ffb55b",
"site_id": "795ba427-8860-431f-817e-83933cb92107"
}
],
"selected_sticker_id": "a003e14f-bdbe-489c-a459-2517e0a92941",
"selected_nameplate_id": "17d749bd-3edc-4afb-becd-e5f5282707ef",
"active": true,
"certificate_type_id": "60e031bd-58d5-4894-b455-6cdaf269b747",
"code": 1,
"id": "d434d30c-6164-453a-8fb7-856f6dac2fea",
"internal_reference": "sample string 4",
"item_wash_max": 1,
"language_code": "sample string 5",
"name": "sample string 6",
"packaging_type_id": "25e4303c-520f-40ec-9f61-60a59ffc6d84",
"packing_type_id": "60751483-c143-4366-8bed-3666c212f87b",
"particles_control": true,
"peremption_month": 1,
"peremption_print_cleanroom": true,
"peremption_print_date": true,
"peremption_print_expedition": true,
"permanent_management": true,
"pool_id": "f6c337d4-d116-4c75-805b-96bf78f1ff3f",
"remark": "sample string 14",
"site_customer_id": "9199033a-6452-4a01-b86e-b295ecbeef6b",
"sorting_type_id": "c182b2c9-80c3-420f-bf9d-ed665e41016e",
"type": "sample string 17"
}
application/xml, text/xml
Sample:
<contract xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
<active>true</active>
<certificate_type_id>60e031bd-58d5-4894-b455-6cdaf269b747</certificate_type_id>
<code>1</code>
<id>d434d30c-6164-453a-8fb7-856f6dac2fea</id>
<internal_reference>sample string 4</internal_reference>
<item_wash_max>1</item_wash_max>
<language_code>sample string 5</language_code>
<name>sample string 6</name>
<packaging_type_id>25e4303c-520f-40ec-9f61-60a59ffc6d84</packaging_type_id>
<packing_type_id>60751483-c143-4366-8bed-3666c212f87b</packing_type_id>
<particles_control>true</particles_control>
<peremption_month>1</peremption_month>
<peremption_print_cleanroom>true</peremption_print_cleanroom>
<peremption_print_date>true</peremption_print_date>
<peremption_print_expedition>true</peremption_print_expedition>
<permanent_management>true</permanent_management>
<pool_id>f6c337d4-d116-4c75-805b-96bf78f1ff3f</pool_id>
<remark>sample string 14</remark>
<site_customer_id>9199033a-6452-4a01-b86e-b295ecbeef6b</site_customer_id>
<sorting_type_id>c182b2c9-80c3-420f-bf9d-ed665e41016e</sorting_type_id>
<type>sample string 17</type>
<selected_nameplate_id>17d749bd-3edc-4afb-becd-e5f5282707ef</selected_nameplate_id>
<selected_sticker_id>a003e14f-bdbe-489c-a459-2517e0a92941</selected_sticker_id>
<washing_processes>
<washing_process>
<active>true</active>
<code>sample string 2</code>
<id>0092bc92-9e4f-41c4-9d46-3685b2ffb55b</id>
<site_id>795ba427-8860-431f-817e-83933cb92107</site_id>
<descriptions xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</descriptions>
</washing_process>
<washing_process>
<active>true</active>
<code>sample string 2</code>
<id>0092bc92-9e4f-41c4-9d46-3685b2ffb55b</id>
<site_id>795ba427-8860-431f-817e-83933cb92107</site_id>
<descriptions xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</descriptions>
</washing_process>
</washing_processes>
</contract>