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
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": "6e8744e9-831e-4a22-9eac-bf759c9f7f17",
  "selected_sticker_id": "af6c4335-7f76-4682-b32e-6a20a83e3025",
  "washing_processes": [
    {
      "descriptions": {
        "sample string 1": "sample string 2",
        "sample string 3": "sample string 4"
      },
      "active": true,
      "code": "sample string 2",
      "id": "ba45846c-9953-4d28-8c88-a431cdb3577f",
      "site_id": "684095e4-e1d2-49d2-9a4b-bdd10730bbb7"
    },
    {
      "descriptions": {
        "sample string 1": "sample string 2",
        "sample string 3": "sample string 4"
      },
      "active": true,
      "code": "sample string 2",
      "id": "ba45846c-9953-4d28-8c88-a431cdb3577f",
      "site_id": "684095e4-e1d2-49d2-9a4b-bdd10730bbb7"
    }
  ],
  "active": true,
  "certificate_type_id": "a716e084-6f7f-4d01-8d89-d873490be3f1",
  "code": 1,
  "delay_between_scans": 1,
  "id": "eac0bee9-7ad3-457d-9aa1-c92bdc5ffb0d",
  "internal_reference": "sample string 4",
  "item_wash_max": 1,
  "language_code": "sample string 5",
  "name": "sample string 6",
  "packaging_type_id": "d4620ad2-f962-4036-9020-25443bdea7bb",
  "packing_type_id": "2ab04939-5ecc-4e27-8cd2-915740bd3981",
  "particles_control": true,
  "peremption_month": 1,
  "peremption_print_cleanroom": true,
  "peremption_print_date": true,
  "peremption_print_expedition": true,
  "permanent_management": true,
  "pool_id": "024ac459-05d1-43fc-ab2b-f9da5f911c11",
  "remark": "sample string 14",
  "site_customer_id": "b2efe273-9665-4971-81f4-2b904b675e54",
  "sorting_type_id": "407a4ea4-bf4a-4074-aed4-b9213183a395",
  "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>a716e084-6f7f-4d01-8d89-d873490be3f1</certificate_type_id>
  <code>1</code>
  <delay_between_scans>1</delay_between_scans>
  <id>eac0bee9-7ad3-457d-9aa1-c92bdc5ffb0d</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>d4620ad2-f962-4036-9020-25443bdea7bb</packaging_type_id>
  <packing_type_id>2ab04939-5ecc-4e27-8cd2-915740bd3981</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>024ac459-05d1-43fc-ab2b-f9da5f911c11</pool_id>
  <remark>sample string 14</remark>
  <site_customer_id>b2efe273-9665-4971-81f4-2b904b675e54</site_customer_id>
  <sorting_type_id>407a4ea4-bf4a-4074-aed4-b9213183a395</sorting_type_id>
  <type>sample string 17</type>
  <selected_nameplate_id>6e8744e9-831e-4a22-9eac-bf759c9f7f17</selected_nameplate_id>
  <selected_sticker_id>af6c4335-7f76-4682-b32e-6a20a83e3025</selected_sticker_id>
  <washing_processes>
    <washing_process>
      <active>true</active>
      <code>sample string 2</code>
      <id>ba45846c-9953-4d28-8c88-a431cdb3577f</id>
      <site_id>684095e4-e1d2-49d2-9a4b-bdd10730bbb7</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>ba45846c-9953-4d28-8c88-a431cdb3577f</id>
      <site_id>684095e4-e1d2-49d2-9a4b-bdd10730bbb7</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>