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": "59e9c66c-b549-41fe-8291-79b94877bcc6",
"selected_sticker_id": "fb9c23ca-6417-41e0-873d-0fd0780ccea2",
"washing_processes": [
{
"descriptions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"active": true,
"code": "sample string 2",
"id": "dfa5d98a-7b89-47f5-bf10-e7b865bdea17",
"site_id": "7c263770-5900-49f9-a2ca-95ec3a6425c6"
},
{
"descriptions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"active": true,
"code": "sample string 2",
"id": "dfa5d98a-7b89-47f5-bf10-e7b865bdea17",
"site_id": "7c263770-5900-49f9-a2ca-95ec3a6425c6"
}
],
"active": true,
"certificate_type_id": "254bd3ba-bb29-4a2b-bf6f-4300f73a88d4",
"code": 1,
"delay_between_scans": 1,
"id": "58b33721-278e-4fd2-afbe-186c625263dd",
"internal_reference": "sample string 4",
"item_wash_max": 1,
"language_code": "sample string 5",
"name": "sample string 6",
"packaging_type_id": "910045ea-0457-4f44-ae16-eda10708e42b",
"packing_type_id": "73f118ac-fdb2-401c-a8c2-3518c709a2e4",
"particles_control": true,
"peremption_month": 1,
"peremption_print_cleanroom": true,
"peremption_print_date": true,
"peremption_print_expedition": true,
"permanent_management": true,
"pool_id": "0a68e6eb-e1c3-45d8-aa09-e023fd8c4c97",
"remark": "sample string 14",
"site_customer_id": "2adff8e1-5ddf-4254-b37e-b59441b4bf20",
"sorting_type_id": "767dbf56-4256-4283-9815-43f14593b7bc",
"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>254bd3ba-bb29-4a2b-bf6f-4300f73a88d4</certificate_type_id>
<code>1</code>
<delay_between_scans>1</delay_between_scans>
<id>58b33721-278e-4fd2-afbe-186c625263dd</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>910045ea-0457-4f44-ae16-eda10708e42b</packaging_type_id>
<packing_type_id>73f118ac-fdb2-401c-a8c2-3518c709a2e4</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>0a68e6eb-e1c3-45d8-aa09-e023fd8c4c97</pool_id>
<remark>sample string 14</remark>
<site_customer_id>2adff8e1-5ddf-4254-b37e-b59441b4bf20</site_customer_id>
<sorting_type_id>767dbf56-4256-4283-9815-43f14593b7bc</sorting_type_id>
<type>sample string 17</type>
<selected_nameplate_id>59e9c66c-b549-41fe-8291-79b94877bcc6</selected_nameplate_id>
<selected_sticker_id>fb9c23ca-6417-41e0-873d-0fd0780ccea2</selected_sticker_id>
<washing_processes>
<washing_process>
<active>true</active>
<code>sample string 2</code>
<id>dfa5d98a-7b89-47f5-bf10-e7b865bdea17</id>
<site_id>7c263770-5900-49f9-a2ca-95ec3a6425c6</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>dfa5d98a-7b89-47f5-bf10-e7b865bdea17</id>
<site_id>7c263770-5900-49f9-a2ca-95ec3a6425c6</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>