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 |
|---|---|---|---|
| selected_nameplate_id | globally unique identifier |
None. |
|
| selected_sticker_id | globally unique identifier |
None. |
|
| washing_processes | Collection of WashingProcessViewModel |
None. |
|
| active | boolean |
Required |
|
| certificate_type_id | globally unique identifier |
Required |
|
| code | integer |
None. |
|
| delay_between_scans | 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:
{
"selected_nameplate_id": "74bc6fcb-1c76-498b-ba4c-f40b9f7747b4",
"selected_sticker_id": "0374075d-1e93-478a-b456-be8e014caea0",
"washing_processes": [
{
"descriptions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"active": true,
"code": "sample string 2",
"id": "dfe85312-b2e6-494a-b978-6a27c4f52ffa",
"site_id": "44c9e93a-3cf8-461f-8ca4-194b723e3844"
},
{
"descriptions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"active": true,
"code": "sample string 2",
"id": "dfe85312-b2e6-494a-b978-6a27c4f52ffa",
"site_id": "44c9e93a-3cf8-461f-8ca4-194b723e3844"
}
],
"active": true,
"certificate_type_id": "6280c19c-65b1-480a-8dfb-9c8453340e98",
"code": 1,
"delay_between_scans": 1,
"id": "9b95cd1c-c9dc-440f-b7e4-50a2fd055c23",
"internal_reference": "sample string 4",
"item_wash_max": 1,
"language_code": "sample string 5",
"name": "sample string 6",
"packaging_type_id": "e419b8d8-739c-47fa-96de-070aab119732",
"packing_type_id": "8edc5d44-53d4-441e-a93b-ca70f0475289",
"particles_control": true,
"peremption_month": 1,
"peremption_print_cleanroom": true,
"peremption_print_date": true,
"peremption_print_expedition": true,
"permanent_management": true,
"pool_id": "e009a5e5-0ae2-4b01-aea8-c54568f117a4",
"remark": "sample string 14",
"site_customer_id": "9d782923-6730-4410-a0f5-01c0f3913426",
"sorting_type_id": "b85944af-efeb-49ac-bf40-9c54243a4b6c",
"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>6280c19c-65b1-480a-8dfb-9c8453340e98</certificate_type_id>
<code>1</code>
<delay_between_scans>1</delay_between_scans>
<id>9b95cd1c-c9dc-440f-b7e4-50a2fd055c23</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>e419b8d8-739c-47fa-96de-070aab119732</packaging_type_id>
<packing_type_id>8edc5d44-53d4-441e-a93b-ca70f0475289</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>e009a5e5-0ae2-4b01-aea8-c54568f117a4</pool_id>
<remark>sample string 14</remark>
<site_customer_id>9d782923-6730-4410-a0f5-01c0f3913426</site_customer_id>
<sorting_type_id>b85944af-efeb-49ac-bf40-9c54243a4b6c</sorting_type_id>
<type>sample string 17</type>
<selected_nameplate_id>74bc6fcb-1c76-498b-ba4c-f40b9f7747b4</selected_nameplate_id>
<selected_sticker_id>0374075d-1e93-478a-b456-be8e014caea0</selected_sticker_id>
<washing_processes>
<washing_process>
<active>true</active>
<code>sample string 2</code>
<id>dfe85312-b2e6-494a-b978-6a27c4f52ffa</id>
<site_id>44c9e93a-3cf8-461f-8ca4-194b723e3844</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>dfe85312-b2e6-494a-b978-6a27c4f52ffa</id>
<site_id>44c9e93a-3cf8-461f-8ca4-194b723e3844</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>