POST api/sticker/duplicate

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": "adca73b9-2ccb-40be-acf6-e36c6808bcf6",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "78926c8f-161f-4f7e-b546-117701b0ed33",
      "contractItem_ID": "2e30314a-867f-4ae2-9d9a-41d7f9031344",
      "departement_ID": "3f8923d5-5d79-4a73-958e-1ffcf68eadd1",
      "departmentItem_ID": "46d239ed-116c-4af2-99b6-cede46a8de6d",
      "iD": "4e7272a5-6b23-4238-89d1-f3bdff5ccc7d",
      "site_ID": "dce5c38c-44c0-4aef-8cdb-7d14bacecc7b",
      "siteCustomer_ID": "3ef053b1-0b26-431b-8641-62a7c38cdd29",
      "sticker_ID": "c16927f9-8a07-4b24-b453-577911f557cf",
      "garment_ID": "764824c3-09c1-46fd-b08e-ab9ba296fae2"
    },
    {
      "active": true,
      "contract_ID": "78926c8f-161f-4f7e-b546-117701b0ed33",
      "contractItem_ID": "2e30314a-867f-4ae2-9d9a-41d7f9031344",
      "departement_ID": "3f8923d5-5d79-4a73-958e-1ffcf68eadd1",
      "departmentItem_ID": "46d239ed-116c-4af2-99b6-cede46a8de6d",
      "iD": "4e7272a5-6b23-4238-89d1-f3bdff5ccc7d",
      "site_ID": "dce5c38c-44c0-4aef-8cdb-7d14bacecc7b",
      "siteCustomer_ID": "3ef053b1-0b26-431b-8641-62a7c38cdd29",
      "sticker_ID": "c16927f9-8a07-4b24-b453-577911f557cf",
      "garment_ID": "764824c3-09c1-46fd-b08e-ab9ba296fae2"
    }
  ],
  "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": "dfea084a-2c3a-4cc4-8ef4-724b85b3a008",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "d4107fce-4c13-49bb-851b-c2e63f5bdbcf",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "5bbeeadd-facb-45df-8320-e0725a768c2c",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "bfb0fb9c-de79-4ce9-bdf8-4d492fa78488",
      "stickerField_ID": "d32827ed-6a30-4268-8b13-56b743ffe822",
      "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": "dfea084a-2c3a-4cc4-8ef4-724b85b3a008",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "d4107fce-4c13-49bb-851b-c2e63f5bdbcf",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "5bbeeadd-facb-45df-8320-e0725a768c2c",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "bfb0fb9c-de79-4ce9-bdf8-4d492fa78488",
      "stickerField_ID": "d32827ed-6a30-4268-8b13-56b743ffe822",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "3365a770-b95b-4b93-b4bc-de8197df65e8",
  "stickerType_ID": "f9afa2fc-384f-4898-96c6-ebe74f30c4f8",
  "stickerRelation_IDs": [
    "904671fe-0132-43ee-b9c7-76a735d63665",
    "7168bc42-8d15-4c0a-b728-231c983f78e1"
  ],
  "site_ID": "663af348-bba5-4f63-96c8-d915e179f07d"
}

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:
"5fccef8f-b242-405c-b5e0-86ecaf5b8db9"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5fccef8f-b242-405c-b5e0-86ecaf5b8db9</guid>