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": "6beeb11a-a83a-4186-93dd-d9085cf380d9",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "3c08db7b-f02e-4093-8a50-bcda93f30868",
      "contractItem_ID": "b2c1a8fd-7960-4cc9-9429-f62ecf6c1df2",
      "departement_ID": "db13ec4b-7fcf-4ce6-8bdb-ea10db810c6c",
      "departmentItem_ID": "c27bba00-0717-4bbf-b5ac-d07bfefd5334",
      "iD": "634ae66f-8748-446f-9f80-4789587cc00f",
      "site_ID": "29c0dd84-b491-4a29-abbf-1a7e9157e819",
      "siteCustomer_ID": "775b0521-a189-4211-a5c7-ccc4720a7cc7",
      "sticker_ID": "4c679d40-a552-4e93-829e-ff16e092eace",
      "garment_ID": "9ec45250-1712-410a-b42a-b738a10664ad"
    },
    {
      "active": true,
      "contract_ID": "3c08db7b-f02e-4093-8a50-bcda93f30868",
      "contractItem_ID": "b2c1a8fd-7960-4cc9-9429-f62ecf6c1df2",
      "departement_ID": "db13ec4b-7fcf-4ce6-8bdb-ea10db810c6c",
      "departmentItem_ID": "c27bba00-0717-4bbf-b5ac-d07bfefd5334",
      "iD": "634ae66f-8748-446f-9f80-4789587cc00f",
      "site_ID": "29c0dd84-b491-4a29-abbf-1a7e9157e819",
      "siteCustomer_ID": "775b0521-a189-4211-a5c7-ccc4720a7cc7",
      "sticker_ID": "4c679d40-a552-4e93-829e-ff16e092eace",
      "garment_ID": "9ec45250-1712-410a-b42a-b738a10664ad"
    }
  ],
  "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": "8494564e-925a-46af-88aa-2a1c856b89be",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "1e74e67b-7d53-4449-89ad-326602843695",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "08bd3b9f-25d9-44b7-a492-2d24db192936",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "85ccc9bd-af44-476b-942a-ec900c2bca65",
      "stickerField_ID": "8bc4f457-3b54-4365-95b2-434a03739bf8",
      "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": "8494564e-925a-46af-88aa-2a1c856b89be",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "1e74e67b-7d53-4449-89ad-326602843695",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "08bd3b9f-25d9-44b7-a492-2d24db192936",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "85ccc9bd-af44-476b-942a-ec900c2bca65",
      "stickerField_ID": "8bc4f457-3b54-4365-95b2-434a03739bf8",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "0ccb4cd9-ba6b-4631-8fb7-0c70a6c3a06c",
  "stickerType_ID": "da3195a0-46df-4117-b7ae-3b186cc0c0fd",
  "stickerRelation_IDs": [
    "17fc4d7f-0e02-42f2-a2f8-b49edbcf437f",
    "0d83901d-2baf-440c-b315-710a909bfae0"
  ],
  "site_ID": "a06bc089-da43-4173-b368-48ecc875b266"
}

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:
"0cdccaf7-bf2c-4bfd-bfb8-a0b973127c72"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0cdccaf7-bf2c-4bfd-bfb8-a0b973127c72</guid>