Warehouse

Attribute create.

post/rest/api/warehouse/attribute/

Request body

Example request

{
  "attributes": [
    {
      "id": 123,
      "type": 1,
      "name": "test1",
      "values": [
        {
          "id": 1,
          "value": "test"
        }
      ]
    },
    {
      "id": 123,
      "type": 16,
      "name": "test1",
      "values": [
        {
          "id": 10,
          "value": "test"
        },
        {
          "id": 11,
          "value": "test"
        }
      ]
    }
  ]
}

Response

Nothing to create

{"stackTrail":"paths:/rest/api/warehouse/attribute/:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.