POST api/sticker/upsert

Request Information

URI Parameters

None.

Body Parameters

StickerViewModel
NameDescriptionTypeAdditional information
descriptions

Dictionary of string [key] and string [value]

None.

type

StickerTypeViewModel

None.

relations

Collection of StickerRelationViewModel

None.

details

Collection of StickerDetailViewModel

None.

active

boolean

Required

code

string

Required

Max length: 50

id

globally unique identifier

None.

stickerType_ID

globally unique identifier

Required

stickerRelation_IDs

Collection of globally unique identifier

None.

site_ID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "descriptions": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "type": {
    "descriptions": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "code": "sample string 1",
    "id": "863817d6-f81c-4919-b677-1793797e93b4",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "0bb168bf-c40f-4c6e-ba43-1a0159fd073b",
      "contractItem_ID": "79fbe611-edf0-4e2e-aa25-b08799a24257",
      "departement_ID": "c2c48331-35be-4165-aee0-f6d6aba39611",
      "departmentItem_ID": "61ebcb02-0215-40bd-aac7-6cdc754ff943",
      "iD": "3cf052f5-2437-4617-b7a5-eda8a5f57ee8",
      "site_ID": "630bcbd1-02a0-4c76-958b-0f8a9e2f0554",
      "siteCustomer_ID": "08aed1cd-d294-4745-ac69-136eeb72a633",
      "sticker_ID": "2ce1a95d-56a0-406c-9603-384ea0221317",
      "garment_ID": "0da3c8ea-b7ae-4efe-9a4b-dc32dec69490"
    },
    {
      "active": true,
      "contract_ID": "0bb168bf-c40f-4c6e-ba43-1a0159fd073b",
      "contractItem_ID": "79fbe611-edf0-4e2e-aa25-b08799a24257",
      "departement_ID": "c2c48331-35be-4165-aee0-f6d6aba39611",
      "departmentItem_ID": "61ebcb02-0215-40bd-aac7-6cdc754ff943",
      "iD": "3cf052f5-2437-4617-b7a5-eda8a5f57ee8",
      "site_ID": "630bcbd1-02a0-4c76-958b-0f8a9e2f0554",
      "siteCustomer_ID": "08aed1cd-d294-4745-ac69-136eeb72a633",
      "sticker_ID": "2ce1a95d-56a0-406c-9603-384ea0221317",
      "garment_ID": "0da3c8ea-b7ae-4efe-9a4b-dc32dec69490"
    }
  ],
  "details": [
    {
      "stickerField": {
        "previewValue": {
          "sample string 1": "sample string 2",
          "sample string 3": "sample string 4"
        },
        "descriptions": {
          "sample string 1": "sample string 2",
          "sample string 3": "sample string 4"
        },
        "active": true,
        "code": "sample string 2",
        "id": "d521b1c6-6782-4461-9a53-12b18edf5a97",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "37ba9347-0428-4167-8f26-3c1717fd32f3",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "aa84c7dd-6f23-4c15-97f2-3bd1f0665fb0",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "a9805091-1265-4f99-9370-f0d0d63d6c44",
      "stickerField_ID": "32dfe1fd-718a-4146-ae14-f6b58ef8aab8",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    },
    {
      "stickerField": {
        "previewValue": {
          "sample string 1": "sample string 2",
          "sample string 3": "sample string 4"
        },
        "descriptions": {
          "sample string 1": "sample string 2",
          "sample string 3": "sample string 4"
        },
        "active": true,
        "code": "sample string 2",
        "id": "d521b1c6-6782-4461-9a53-12b18edf5a97",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "37ba9347-0428-4167-8f26-3c1717fd32f3",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "aa84c7dd-6f23-4c15-97f2-3bd1f0665fb0",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "a9805091-1265-4f99-9370-f0d0d63d6c44",
      "stickerField_ID": "32dfe1fd-718a-4146-ae14-f6b58ef8aab8",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "e3bf9aa9-0e09-4e53-9f4e-2aa5ccb1e137",
  "stickerType_ID": "763996a2-72aa-4565-89eb-7bab7bf9ceb6",
  "stickerRelation_IDs": [
    "5c6cdcd7-6db5-43ef-b509-2ab053c82d32",
    "99ad200a-949c-4d7b-a1cf-ba47f59b3e70"
  ],
  "site_ID": "d2da7200-c124-4eba-8351-36400cd9f105"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"e242e39e-8328-4551-9bbd-8ec30c4d8bfb"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e242e39e-8328-4551-9bbd-8ec30c4d8bfb</guid>