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": "20e6e713-3a71-4894-b36f-a32ee6aecf39",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "bf80a9a1-b203-40f4-85c3-0b6b8f7ee0bb",
      "contractItem_ID": "5542998b-fa92-4b6a-a929-62b806204640",
      "departement_ID": "79ee1db5-76c9-454a-8b7f-245a8f02e7a6",
      "departmentItem_ID": "4140e3f8-8aaf-4f5b-8831-5ead4aa08466",
      "iD": "13c1400c-0bae-4217-8217-037a2ef6104d",
      "site_ID": "d58b7ba5-5bbe-447d-b93b-456ffef0bd2a",
      "siteCustomer_ID": "abddd410-49ca-49db-bf45-dafcecd51c6e",
      "sticker_ID": "c9c49567-0e25-42d9-aeae-7125594e322e",
      "garment_ID": "8b2f1b35-11a4-45d3-a147-64723b10b47a"
    },
    {
      "active": true,
      "contract_ID": "bf80a9a1-b203-40f4-85c3-0b6b8f7ee0bb",
      "contractItem_ID": "5542998b-fa92-4b6a-a929-62b806204640",
      "departement_ID": "79ee1db5-76c9-454a-8b7f-245a8f02e7a6",
      "departmentItem_ID": "4140e3f8-8aaf-4f5b-8831-5ead4aa08466",
      "iD": "13c1400c-0bae-4217-8217-037a2ef6104d",
      "site_ID": "d58b7ba5-5bbe-447d-b93b-456ffef0bd2a",
      "siteCustomer_ID": "abddd410-49ca-49db-bf45-dafcecd51c6e",
      "sticker_ID": "c9c49567-0e25-42d9-aeae-7125594e322e",
      "garment_ID": "8b2f1b35-11a4-45d3-a147-64723b10b47a"
    }
  ],
  "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": "a43c13b0-01d0-4405-8cdd-1e76c697d53a",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "334e757c-90f3-4e8f-97ba-3318788ef30c",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "4348e339-da71-474e-8810-ed6d0e45966a",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "8922f2d1-007f-4ae0-9963-5d1fc4abb406",
      "stickerField_ID": "48920ddd-a2cd-48c4-ae28-0f385ba8cc17",
      "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": "a43c13b0-01d0-4405-8cdd-1e76c697d53a",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "334e757c-90f3-4e8f-97ba-3318788ef30c",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "4348e339-da71-474e-8810-ed6d0e45966a",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "8922f2d1-007f-4ae0-9963-5d1fc4abb406",
      "stickerField_ID": "48920ddd-a2cd-48c4-ae28-0f385ba8cc17",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "1b159b65-2efb-4eb1-9ae1-30ed60034a8f",
  "stickerType_ID": "01978499-0d14-45d8-a0e5-917691f6570e",
  "stickerRelation_IDs": [
    "4016f33d-1dda-42d2-8829-7977ac6a96e9",
    "0c8d2599-8310-4424-9d20-e97594d31ab3"
  ],
  "site_ID": "ac64ca9e-d53a-4ade-825a-32df45c0ea13"
}

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:
"1684016f-d92e-4ef2-8569-e0b4d8d4a135"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1684016f-d92e-4ef2-8569-e0b4d8d4a135</guid>