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": "c6cebaed-9a6a-4145-968f-61a374f5885b",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "f817540d-16d6-41e4-932b-7b3dff4d1ac1",
      "contractItem_ID": "ba8b5cf6-c6d8-4935-aaba-c47d1a5c58b7",
      "departement_ID": "c12076be-f4ae-4fb7-ae7a-20f8c71f59d2",
      "departmentItem_ID": "4ef16e2c-8d51-4caa-a081-310125961eb2",
      "iD": "c08e566f-0a46-44ab-9e63-ebc3c6234f4c",
      "site_ID": "c492ad06-fa78-4958-8698-b31c5ba7a31f",
      "siteCustomer_ID": "e7a27663-bc36-4ff0-842f-2bcce7ad9f06",
      "sticker_ID": "58ca1c94-d0ff-469d-8f19-2094a5e3a0a0",
      "garment_ID": "d146e5fd-49d7-4022-b346-f17f3e7030ef"
    },
    {
      "active": true,
      "contract_ID": "f817540d-16d6-41e4-932b-7b3dff4d1ac1",
      "contractItem_ID": "ba8b5cf6-c6d8-4935-aaba-c47d1a5c58b7",
      "departement_ID": "c12076be-f4ae-4fb7-ae7a-20f8c71f59d2",
      "departmentItem_ID": "4ef16e2c-8d51-4caa-a081-310125961eb2",
      "iD": "c08e566f-0a46-44ab-9e63-ebc3c6234f4c",
      "site_ID": "c492ad06-fa78-4958-8698-b31c5ba7a31f",
      "siteCustomer_ID": "e7a27663-bc36-4ff0-842f-2bcce7ad9f06",
      "sticker_ID": "58ca1c94-d0ff-469d-8f19-2094a5e3a0a0",
      "garment_ID": "d146e5fd-49d7-4022-b346-f17f3e7030ef"
    }
  ],
  "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": "8de9f343-b9a8-400b-b295-7cd397b17010",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "bea181fb-219b-49c6-b2d6-6797e9d6bc5f",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "872a4481-5f44-4af1-851b-5efbf5ab6a6b",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "c81e9f2e-b967-4487-a608-cc32fb1b726b",
      "stickerField_ID": "1b74f471-7333-46ad-a557-b7562231b7b6",
      "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": "8de9f343-b9a8-400b-b295-7cd397b17010",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "bea181fb-219b-49c6-b2d6-6797e9d6bc5f",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "872a4481-5f44-4af1-851b-5efbf5ab6a6b",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "c81e9f2e-b967-4487-a608-cc32fb1b726b",
      "stickerField_ID": "1b74f471-7333-46ad-a557-b7562231b7b6",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "2c06e37a-0a77-4088-9183-8c2f028e9f8f",
  "stickerType_ID": "8f865f01-62dc-46d6-91c6-ad46f5333d65",
  "stickerRelation_IDs": [
    "1ed49bfb-b9e3-4a5f-ac7c-068de0be481c",
    "e37441c8-4343-489c-b865-f98325a1a6bb"
  ],
  "site_ID": "82348f80-4878-4e5b-be9a-161dd3765964"
}

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:
"cdc211fb-a39e-4c27-a906-d5c2e0544be7"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">cdc211fb-a39e-4c27-a906-d5c2e0544be7</guid>