PUT api/v1/equipments/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

Equipment
NameDescriptionTypeAdditional information
id

globally unique identifier

Required

name

string

None.

code

string

None.

has_value

boolean

None.

value

string

None.

file

File

None.

property_types

Collection of CodeListSystem

None.

deleted

boolean

Required

system_information

SystemInformation

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "900f722a-1fa0-48bf-8627-2fc08bdd4e9b",
  "name": "sample string 2",
  "code": "sample string 3",
  "has_value": true,
  "value": "sample string 5",
  "file": {
    "id": "4d7e1bce-32c5-4883-a952-ac5763082cc0",
    "name": "sample string 2"
  },
  "property_types": [
    {
      "id": 1,
      "name": "sample string 2",
      "code": "sample string 3"
    },
    {
      "id": 1,
      "name": "sample string 2",
      "code": "sample string 3"
    }
  ],
  "deleted": true,
  "system_information": {
    "creation": {
      "user": {
        "full_name": "sample string 12 sample string 11",
        "id": "4b8727e9-a55d-4ea5-a4d7-262ab50e2a68",
        "image_id": "217aaedd-91db-4e95-aa18-21c15d3cfcba",
        "id_user_work_position": "9c92ef94-63d4-44a0-8cb0-d6a0a33977ee",
        "id_shift": "fc38c6b5-92a8-4ccc-b124-4c62765aeb30",
        "code": "sample string 5",
        "code2": "sample string 6",
        "title": "sample string 9",
        "introduction": "sample string 10",
        "first_name": "sample string 11",
        "last_name": "sample string 12"
      },
      "date": "2024-12-03T07:04:17Z"
    },
    "last_change": {
      "user": {
        "full_name": "sample string 12 sample string 11",
        "id": "4b8727e9-a55d-4ea5-a4d7-262ab50e2a68",
        "image_id": "217aaedd-91db-4e95-aa18-21c15d3cfcba",
        "id_user_work_position": "9c92ef94-63d4-44a0-8cb0-d6a0a33977ee",
        "id_shift": "fc38c6b5-92a8-4ccc-b124-4c62765aeb30",
        "code": "sample string 5",
        "code2": "sample string 6",
        "title": "sample string 9",
        "introduction": "sample string 10",
        "first_name": "sample string 11",
        "last_name": "sample string 12"
      },
      "date": "2024-12-03T07:04:17Z"
    }
  }
}

application/xml, text/xml

Sample:
<Equipment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
  <code>sample string 3</code>
  <deleted>true</deleted>
  <file>
    <id>4d7e1bce-32c5-4883-a952-ac5763082cc0</id>
    <name>sample string 2</name>
  </file>
  <has_value>true</has_value>
  <id>900f722a-1fa0-48bf-8627-2fc08bdd4e9b</id>
  <name>sample string 2</name>
  <property_types>
    <CodeListSystem>
      <code>sample string 3</code>
      <id>1</id>
      <name>sample string 2</name>
    </CodeListSystem>
    <CodeListSystem>
      <code>sample string 3</code>
      <id>1</id>
      <name>sample string 2</name>
    </CodeListSystem>
  </property_types>
  <system_information>
    <creation>
      <date>2024-12-03T08:04:17.6380691+01:00</date>
      <user>
        <code>sample string 5</code>
        <code2>sample string 6</code2>
        <first_name>sample string 11</first_name>
        <full_name>sample string 12 sample string 11</full_name>
        <id>4b8727e9-a55d-4ea5-a4d7-262ab50e2a68</id>
        <id_shift>fc38c6b5-92a8-4ccc-b124-4c62765aeb30</id_shift>
        <id_user_work_position>9c92ef94-63d4-44a0-8cb0-d6a0a33977ee</id_user_work_position>
        <image_id>217aaedd-91db-4e95-aa18-21c15d3cfcba</image_id>
        <introduction>sample string 10</introduction>
        <last_name>sample string 12</last_name>
        <title>sample string 9</title>
      </user>
    </creation>
    <last_change>
      <date>2024-12-03T08:04:17.6380691+01:00</date>
      <user>
        <code>sample string 5</code>
        <code2>sample string 6</code2>
        <first_name>sample string 11</first_name>
        <full_name>sample string 12 sample string 11</full_name>
        <id>4b8727e9-a55d-4ea5-a4d7-262ab50e2a68</id>
        <id_shift>fc38c6b5-92a8-4ccc-b124-4c62765aeb30</id_shift>
        <id_user_work_position>9c92ef94-63d4-44a0-8cb0-d6a0a33977ee</id_user_work_position>
        <image_id>217aaedd-91db-4e95-aa18-21c15d3cfcba</image_id>
        <introduction>sample string 10</introduction>
        <last_name>sample string 12</last_name>
        <title>sample string 9</title>
      </user>
    </last_change>
  </system_information>
  <value>sample string 5</value>
</Equipment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
messages

Collection of ResultMessage

None.

count_of_errors

integer

None.

id

Object

None.

name

string

None.

data

Object

None.

url

string

None.

text

string

None.

inner_exception

string

None.

Response Formats

application/json, text/json

Sample:
{
  "messages": [
    {
      "type": 1,
      "code": 1,
      "message": "sample string 1",
      "field": "sample string 2"
    },
    {
      "type": 1,
      "code": 1,
      "message": "sample string 1",
      "field": "sample string 2"
    }
  ],
  "count_of_errors": 1,
  "id": {},
  "name": "sample string 3",
  "data": {},
  "url": "sample string 5",
  "text": "sample string 6",
  "inner_exception": "sample string 7"
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">
  <count_of_errors>1</count_of_errors>
  <data />
  <id />
  <inner_exception>sample string 7</inner_exception>
  <messages>
    <ResultMessage>
      <code>1</code>
      <field>sample string 2</field>
      <message>sample string 1</message>
      <type>1</type>
    </ResultMessage>
    <ResultMessage>
      <code>1</code>
      <field>sample string 2</field>
      <message>sample string 1</message>
      <type>1</type>
    </ResultMessage>
  </messages>
  <name>sample string 3</name>
  <text>sample string 6</text>
  <url>sample string 5</url>
</Result>