GET api/contractapi/contract/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ContractViewModel
NameDescriptionTypeAdditional 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": "af63843a-3c5a-4cd8-8c51-b6f1609416eb",
      "site_id": "46cd0346-58a1-4016-ba3c-8420969464bf"
    },
    {
      "descriptions": {
        "sample string 1": "sample string 2",
        "sample string 3": "sample string 4"
      },
      "active": true,
      "code": "sample string 2",
      "id": "af63843a-3c5a-4cd8-8c51-b6f1609416eb",
      "site_id": "46cd0346-58a1-4016-ba3c-8420969464bf"
    }
  ],
  "selected_sticker_id": "3fb476b2-aac3-47f9-8d9a-e096668b489c",
  "selected_nameplate_id": "82ece4b2-2943-415c-bf48-6bad7b193f34",
  "active": true,
  "certificate_type_id": "aad2f177-df35-4578-95a9-5db94e28eedb",
  "code": 1,
  "id": "b83a4100-1827-4b1b-98f1-9181f0d2bdba",
  "internal_reference": "sample string 4",
  "item_wash_max": 1,
  "language_code": "sample string 5",
  "name": "sample string 6",
  "packaging_type_id": "1a9dff37-dbbb-4d5b-8ed0-355645e8139c",
  "packing_type_id": "7081084a-ab66-4ba3-88f2-1d2e0e75d717",
  "particles_control": true,
  "peremption_month": 1,
  "peremption_print_cleanroom": true,
  "peremption_print_date": true,
  "peremption_print_expedition": true,
  "permanent_management": true,
  "pool_id": "3e868de4-7ec4-40e3-845c-b0e0609e4af1",
  "remark": "sample string 14",
  "site_customer_id": "a8175cca-06cf-4950-890b-cb111db3de2e",
  "sorting_type_id": "f6db2d3e-33eb-45c1-88ae-ed17154a0b80",
  "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>aad2f177-df35-4578-95a9-5db94e28eedb</certificate_type_id>
  <code>1</code>
  <id>b83a4100-1827-4b1b-98f1-9181f0d2bdba</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>1a9dff37-dbbb-4d5b-8ed0-355645e8139c</packaging_type_id>
  <packing_type_id>7081084a-ab66-4ba3-88f2-1d2e0e75d717</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>3e868de4-7ec4-40e3-845c-b0e0609e4af1</pool_id>
  <remark>sample string 14</remark>
  <site_customer_id>a8175cca-06cf-4950-890b-cb111db3de2e</site_customer_id>
  <sorting_type_id>f6db2d3e-33eb-45c1-88ae-ed17154a0b80</sorting_type_id>
  <type>sample string 17</type>
  <selected_nameplate_id>82ece4b2-2943-415c-bf48-6bad7b193f34</selected_nameplate_id>
  <selected_sticker_id>3fb476b2-aac3-47f9-8d9a-e096668b489c</selected_sticker_id>
  <washing_processes>
    <washing_process>
      <active>true</active>
      <code>sample string 2</code>
      <id>af63843a-3c5a-4cd8-8c51-b6f1609416eb</id>
      <site_id>46cd0346-58a1-4016-ba3c-8420969464bf</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>af63843a-3c5a-4cd8-8c51-b6f1609416eb</id>
      <site_id>46cd0346-58a1-4016-ba3c-8420969464bf</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>