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": "a0e068fd-e28b-4c0c-ae52-724d8027b183",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "01267a06-bd3a-4e0e-9922-b2a4b904cec0",
      "contractItem_ID": "95acee22-d374-4f34-9136-b3b5310a2878",
      "departement_ID": "dc1f65e2-3b77-4a4d-a8ea-b8931c0c0dc1",
      "departmentItem_ID": "09428227-8c35-40d3-a5a7-64ed16033ce1",
      "iD": "749947cc-43c9-4222-be6c-7240a927aa86",
      "site_ID": "687573a0-131a-4466-8963-5f7287f3a99d",
      "siteCustomer_ID": "fe4a7821-b990-47ab-9600-373e9bfb00ce",
      "sticker_ID": "0e262f89-cc05-4179-ab04-c557f20287e6",
      "garment_ID": "a8585eea-bd98-48f4-97a7-477edd2943b7"
    },
    {
      "active": true,
      "contract_ID": "01267a06-bd3a-4e0e-9922-b2a4b904cec0",
      "contractItem_ID": "95acee22-d374-4f34-9136-b3b5310a2878",
      "departement_ID": "dc1f65e2-3b77-4a4d-a8ea-b8931c0c0dc1",
      "departmentItem_ID": "09428227-8c35-40d3-a5a7-64ed16033ce1",
      "iD": "749947cc-43c9-4222-be6c-7240a927aa86",
      "site_ID": "687573a0-131a-4466-8963-5f7287f3a99d",
      "siteCustomer_ID": "fe4a7821-b990-47ab-9600-373e9bfb00ce",
      "sticker_ID": "0e262f89-cc05-4179-ab04-c557f20287e6",
      "garment_ID": "a8585eea-bd98-48f4-97a7-477edd2943b7"
    }
  ],
  "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": "4d7f553f-3b66-4c0f-98bd-d31c97a87fb8",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "b5369d1b-2da2-40c1-9403-9791b9ac00a1",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "871c24a0-3d3f-4173-a811-6e777d3aba29",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "0690e254-fd58-4966-a98d-bd1fb6134fa2",
      "stickerField_ID": "3172fcf8-3a18-46e9-97e3-167eb5face77",
      "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": "4d7f553f-3b66-4c0f-98bd-d31c97a87fb8",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "b5369d1b-2da2-40c1-9403-9791b9ac00a1",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "871c24a0-3d3f-4173-a811-6e777d3aba29",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "0690e254-fd58-4966-a98d-bd1fb6134fa2",
      "stickerField_ID": "3172fcf8-3a18-46e9-97e3-167eb5face77",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "19a18a31-4752-4320-bec4-c5fff6697a94",
  "stickerType_ID": "9b4f16bc-bd98-4966-8b68-82818092fcaa",
  "stickerRelation_IDs": [
    "bad1d31b-5d3d-46e3-9c0f-04ed0014e746",
    "6eecaaf0-9ef4-4d4f-866f-df8ffedf4854"
  ],
  "site_ID": "e03ed37b-42df-4bce-bbe2-dd0edd21fa18"
}

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:
"6fec98d3-f9f7-425a-8582-84564e36d342"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6fec98d3-f9f7-425a-8582-84564e36d342</guid>