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": "cdfdf890-3a95-463b-b78c-6856392b845b",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "0e7aa3a2-ae48-4fec-a2fa-16b5c9135306",
      "contractItem_ID": "96b1b2a2-e8fb-4fb2-8827-2e1051547a63",
      "departement_ID": "c9514f9b-b70c-4998-a9ea-a5f98117ab34",
      "departmentItem_ID": "172d774b-a62c-4e70-983a-2d615c66350a",
      "iD": "03e02bd5-794c-4623-a9f3-4915a038b99f",
      "site_ID": "9ae64485-6c0f-4d90-9541-4fa6713b8818",
      "siteCustomer_ID": "feb25395-8afa-4a2e-968c-db5453481111",
      "sticker_ID": "30bd1c77-31fa-44a0-a88a-dda2cc90a6fe",
      "garment_ID": "d87e8f3c-963a-4a75-aafe-01ec65cb42ef"
    },
    {
      "active": true,
      "contract_ID": "0e7aa3a2-ae48-4fec-a2fa-16b5c9135306",
      "contractItem_ID": "96b1b2a2-e8fb-4fb2-8827-2e1051547a63",
      "departement_ID": "c9514f9b-b70c-4998-a9ea-a5f98117ab34",
      "departmentItem_ID": "172d774b-a62c-4e70-983a-2d615c66350a",
      "iD": "03e02bd5-794c-4623-a9f3-4915a038b99f",
      "site_ID": "9ae64485-6c0f-4d90-9541-4fa6713b8818",
      "siteCustomer_ID": "feb25395-8afa-4a2e-968c-db5453481111",
      "sticker_ID": "30bd1c77-31fa-44a0-a88a-dda2cc90a6fe",
      "garment_ID": "d87e8f3c-963a-4a75-aafe-01ec65cb42ef"
    }
  ],
  "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": "d71bc9d7-c1f3-42e5-a166-0281cf05f7b1",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "00d09169-5229-4ff5-bf68-f2f000543cce",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "683f7c64-be01-4e49-8c3a-a07f1b3d47b1",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "b6d7a910-5c6b-40c1-bd9d-ab8b322dc924",
      "stickerField_ID": "3f5033d9-8e36-4ce6-a9ed-5418f66a56ca",
      "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": "d71bc9d7-c1f3-42e5-a166-0281cf05f7b1",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "00d09169-5229-4ff5-bf68-f2f000543cce",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "683f7c64-be01-4e49-8c3a-a07f1b3d47b1",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "b6d7a910-5c6b-40c1-bd9d-ab8b322dc924",
      "stickerField_ID": "3f5033d9-8e36-4ce6-a9ed-5418f66a56ca",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "077719bf-5107-43c7-8628-665e6649b715",
  "stickerType_ID": "59b4f3b5-fac4-4f25-a091-79d8cd27a4c6",
  "stickerRelation_IDs": [
    "60f5eaa4-8ea7-441e-b81a-1a33f2cee11b",
    "7f9b1afc-743a-4342-a469-ea38d5da1df3"
  ],
  "site_ID": "a13298e9-150c-4548-a1bb-4389f30d55b3"
}

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:
"81b6a9d1-3054-4b5b-bbf4-fb89a2a7406f"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">81b6a9d1-3054-4b5b-bbf4-fb89a2a7406f</guid>