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": "da339688-92bb-46bf-8489-036da54b4ea7",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "6b95e1af-1623-40f3-a11c-ed52eb3dc6c9",
      "contractItem_ID": "f693ecb0-4517-491b-9b81-416b9df24f79",
      "departement_ID": "cf68591e-8c1e-4c4f-8972-d06c6cdeaa0a",
      "departmentItem_ID": "eb9fe841-10f5-4c96-befd-6148eefab1b3",
      "iD": "7d7aadbb-ea17-44ce-81a3-aa18ce2b2e3f",
      "site_ID": "1c9e6a50-191a-4757-a7a5-0e65cc227039",
      "siteCustomer_ID": "a094c2ae-bc5b-4a04-a7a2-ee63e9c753d4",
      "sticker_ID": "c1a0fc1d-a1ed-4488-bc31-4d7e0fbf655d",
      "garment_ID": "4043ab2c-ee0d-4831-9d05-cd74ea2ee255"
    },
    {
      "active": true,
      "contract_ID": "6b95e1af-1623-40f3-a11c-ed52eb3dc6c9",
      "contractItem_ID": "f693ecb0-4517-491b-9b81-416b9df24f79",
      "departement_ID": "cf68591e-8c1e-4c4f-8972-d06c6cdeaa0a",
      "departmentItem_ID": "eb9fe841-10f5-4c96-befd-6148eefab1b3",
      "iD": "7d7aadbb-ea17-44ce-81a3-aa18ce2b2e3f",
      "site_ID": "1c9e6a50-191a-4757-a7a5-0e65cc227039",
      "siteCustomer_ID": "a094c2ae-bc5b-4a04-a7a2-ee63e9c753d4",
      "sticker_ID": "c1a0fc1d-a1ed-4488-bc31-4d7e0fbf655d",
      "garment_ID": "4043ab2c-ee0d-4831-9d05-cd74ea2ee255"
    }
  ],
  "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": "e84555f4-7277-41df-ba4e-4f836691a666",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "a0376dd7-c54e-4505-bd06-350e4be0757d",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "8b65a6ab-ffb8-42c1-af61-789ec85a038b",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "373a235d-e86f-4667-a85e-c5d1565e6cfd",
      "stickerField_ID": "7d881563-d880-439b-a331-b1a85948494b",
      "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": "e84555f4-7277-41df-ba4e-4f836691a666",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "a0376dd7-c54e-4505-bd06-350e4be0757d",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "8b65a6ab-ffb8-42c1-af61-789ec85a038b",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "373a235d-e86f-4667-a85e-c5d1565e6cfd",
      "stickerField_ID": "7d881563-d880-439b-a331-b1a85948494b",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "84a2da59-75d4-4c5f-b436-317c03fe8abf",
  "stickerType_ID": "75ca2a9e-7ec9-4963-a4a4-654938cb963e",
  "stickerRelation_IDs": [
    "ff00be9b-cae9-4010-ac4b-05b26c7c2d21",
    "a8971a91-ec6a-4ea1-b30e-9d882f81241b"
  ],
  "site_ID": "4e4e6ee9-a3e3-4009-8fec-0f204b0be173"
}

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:
"0400c17c-ad2f-40f4-a9d3-434ee73d8494"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0400c17c-ad2f-40f4-a9d3-434ee73d8494</guid>