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": "8ddc6495-94bf-4429-9039-35f5c31e2613",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "1a9fe29f-7d27-4320-bcf8-fb5994f5f49c",
      "contractItem_ID": "85034319-7d65-4cc8-9a43-e70c70b90695",
      "departement_ID": "aca47032-6ffe-4140-afda-48009a9cfbb4",
      "departmentItem_ID": "cf0999f4-613e-4469-a351-58cdebc8ba3e",
      "iD": "5f61c598-5f8f-45be-89ea-2f0fb6ea0376",
      "site_ID": "7bc13a0a-6c1e-4b42-adb0-7d555a87e881",
      "siteCustomer_ID": "517d1ea4-07ce-4bb8-9329-d9d5a5e0c042",
      "sticker_ID": "ee025a8c-1191-4019-a969-dd56c1af622c",
      "garment_ID": "ed9c9031-51db-464e-923e-ce5cdbf2db14"
    },
    {
      "active": true,
      "contract_ID": "1a9fe29f-7d27-4320-bcf8-fb5994f5f49c",
      "contractItem_ID": "85034319-7d65-4cc8-9a43-e70c70b90695",
      "departement_ID": "aca47032-6ffe-4140-afda-48009a9cfbb4",
      "departmentItem_ID": "cf0999f4-613e-4469-a351-58cdebc8ba3e",
      "iD": "5f61c598-5f8f-45be-89ea-2f0fb6ea0376",
      "site_ID": "7bc13a0a-6c1e-4b42-adb0-7d555a87e881",
      "siteCustomer_ID": "517d1ea4-07ce-4bb8-9329-d9d5a5e0c042",
      "sticker_ID": "ee025a8c-1191-4019-a969-dd56c1af622c",
      "garment_ID": "ed9c9031-51db-464e-923e-ce5cdbf2db14"
    }
  ],
  "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": "b0c72f6b-7e9e-41c8-b6c5-2e861581a4a6",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "9677493a-29c7-4e89-a6c5-dc3d0be85b04",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "49472fff-ff76-4080-90b5-289972c72c49",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "2fea1ba1-ae9b-414b-9e25-53cebafeee3a",
      "stickerField_ID": "04b03064-8f16-43b4-9d8c-e08848dc981b",
      "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": "b0c72f6b-7e9e-41c8-b6c5-2e861581a4a6",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "9677493a-29c7-4e89-a6c5-dc3d0be85b04",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "49472fff-ff76-4080-90b5-289972c72c49",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "2fea1ba1-ae9b-414b-9e25-53cebafeee3a",
      "stickerField_ID": "04b03064-8f16-43b4-9d8c-e08848dc981b",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "6f6bb43a-8d40-4c69-927d-8c20b1d293ad",
  "stickerType_ID": "ced932d1-7d1d-4e3d-855e-1cddf575a293",
  "stickerRelation_IDs": [
    "8f7784cf-2b0b-41bf-a77c-9f6b18812f3a",
    "6d18b067-564c-4fe7-8de0-1d9fa2880637"
  ],
  "site_ID": "4c3324c3-1ad7-4a37-a181-1fc9371c4454"
}

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:
"640570a9-1312-4aa7-ae7c-2c0c3d02c493"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">640570a9-1312-4aa7-ae7c-2c0c3d02c493</guid>