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": "baa86553-f557-4d6e-b36e-c666ac7930d7",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "550762f5-f5bb-4aa5-841b-317797dec23d",
      "contractItem_ID": "e1cad30c-af3e-4a67-bd59-fb4e34419d5f",
      "departement_ID": "caaf342c-7a16-4df2-a672-610f8b29accb",
      "departmentItem_ID": "a5787201-267e-41fc-9f56-e48d75b5d557",
      "iD": "3f0c2e6d-a121-41fb-99f7-1ad489832ed2",
      "site_ID": "d64bdb1b-247e-47a6-8d9b-793b42f8c64c",
      "siteCustomer_ID": "0f80186e-0f83-4e4a-ba9c-046a6e7e5863",
      "sticker_ID": "71c892cc-76c9-4556-915a-e5b370f3a605",
      "garment_ID": "dcef4fa1-85a7-487b-93e1-85a1b1d19b7f"
    },
    {
      "active": true,
      "contract_ID": "550762f5-f5bb-4aa5-841b-317797dec23d",
      "contractItem_ID": "e1cad30c-af3e-4a67-bd59-fb4e34419d5f",
      "departement_ID": "caaf342c-7a16-4df2-a672-610f8b29accb",
      "departmentItem_ID": "a5787201-267e-41fc-9f56-e48d75b5d557",
      "iD": "3f0c2e6d-a121-41fb-99f7-1ad489832ed2",
      "site_ID": "d64bdb1b-247e-47a6-8d9b-793b42f8c64c",
      "siteCustomer_ID": "0f80186e-0f83-4e4a-ba9c-046a6e7e5863",
      "sticker_ID": "71c892cc-76c9-4556-915a-e5b370f3a605",
      "garment_ID": "dcef4fa1-85a7-487b-93e1-85a1b1d19b7f"
    }
  ],
  "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": "f947e4e6-a9a2-4c3e-990e-450e61dbf0d8",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "45722e9a-4865-4e85-934e-90d527a8f6cf",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "6f915ea7-fb97-4361-b072-3b5622a6ca0c",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "6b9588a1-bd56-4c61-9be9-6912409cd53b",
      "stickerField_ID": "51e3924e-8bba-4b38-95eb-92d33511b93a",
      "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": "f947e4e6-a9a2-4c3e-990e-450e61dbf0d8",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "45722e9a-4865-4e85-934e-90d527a8f6cf",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "6f915ea7-fb97-4361-b072-3b5622a6ca0c",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "6b9588a1-bd56-4c61-9be9-6912409cd53b",
      "stickerField_ID": "51e3924e-8bba-4b38-95eb-92d33511b93a",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "5ed457f8-27ef-428c-9fae-538023f1fc5c",
  "stickerType_ID": "a046e583-f678-423f-83d4-8df8b900037c",
  "stickerRelation_IDs": [
    "15c4a363-c2fe-45af-a1e3-8a7a6cd331a6",
    "a58a639a-55fa-4d6c-8f29-b27a8932c563"
  ],
  "site_ID": "7d170728-0ffb-4c86-954d-59586d9f4d93"
}

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:
"2cc91fd9-1c8c-4d11-9b3d-53660f8beaf8"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2cc91fd9-1c8c-4d11-9b3d-53660f8beaf8</guid>