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": "22d7a8e2-ff51-4afb-b354-b83940eda450",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "776f7004-be89-4d13-9163-322400a38d55",
      "contractItem_ID": "5f776f6c-910c-4f33-a035-610efd60baef",
      "departement_ID": "c508d658-9167-4172-995b-4f44cfdaa057",
      "departmentItem_ID": "040c1cb8-e3b6-4e1a-9255-9f5ca5baa64d",
      "iD": "2e5c317a-a09d-4b4f-9744-9286ebd45391",
      "site_ID": "585a7f87-ed0f-41f0-8afe-8642efd7643f",
      "siteCustomer_ID": "9e485e13-c7a5-4307-a29f-364626a15d57",
      "sticker_ID": "7e5b60cf-8b5e-4f45-a2ed-fc88b72510da",
      "garment_ID": "a846ede1-5a5b-49e6-bad1-911175ee3e1d"
    },
    {
      "active": true,
      "contract_ID": "776f7004-be89-4d13-9163-322400a38d55",
      "contractItem_ID": "5f776f6c-910c-4f33-a035-610efd60baef",
      "departement_ID": "c508d658-9167-4172-995b-4f44cfdaa057",
      "departmentItem_ID": "040c1cb8-e3b6-4e1a-9255-9f5ca5baa64d",
      "iD": "2e5c317a-a09d-4b4f-9744-9286ebd45391",
      "site_ID": "585a7f87-ed0f-41f0-8afe-8642efd7643f",
      "siteCustomer_ID": "9e485e13-c7a5-4307-a29f-364626a15d57",
      "sticker_ID": "7e5b60cf-8b5e-4f45-a2ed-fc88b72510da",
      "garment_ID": "a846ede1-5a5b-49e6-bad1-911175ee3e1d"
    }
  ],
  "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": "96783987-1ffc-4ee7-8ea0-a1dfd4efc3d9",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "f5014103-252a-492e-ac53-71b5f695361c",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "1be44c42-f447-4092-afd5-be7980b9edda",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "63637365-3f48-4f3e-8c27-78d151111915",
      "stickerField_ID": "2f4941e8-6937-4112-9fb4-8440c382500b",
      "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": "96783987-1ffc-4ee7-8ea0-a1dfd4efc3d9",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "f5014103-252a-492e-ac53-71b5f695361c",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "1be44c42-f447-4092-afd5-be7980b9edda",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "63637365-3f48-4f3e-8c27-78d151111915",
      "stickerField_ID": "2f4941e8-6937-4112-9fb4-8440c382500b",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "f20701ef-9bb6-49a5-9118-c08cc9097c8c",
  "stickerType_ID": "d437f968-d01b-4875-8d2e-cde558f1f6de",
  "stickerRelation_IDs": [
    "14a3ec88-1a26-4345-a1fd-c1abecc398a4",
    "a9541dd4-7339-4d17-9fc9-5d7c0f371412"
  ],
  "site_ID": "89761345-522f-4e89-8d26-75f9110c1b51"
}

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:
"9adbfb20-1874-4500-89df-9da5df5795e7"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9adbfb20-1874-4500-89df-9da5df5795e7</guid>