GET api/sticker/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StickerViewModel| Name | Description | Type | Additional 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 |
Response 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": "07179ab6-0bc3-4527-a300-22f144ee43a6",
"technicalDescription": "sample string 3",
"active": true
},
"relations": [
{
"active": true,
"contract_ID": "39aa0367-57c6-4de0-a641-6ea00926c8c4",
"contractItem_ID": "8dda507c-9c2d-4dd5-98a5-7ccefee6ca45",
"departement_ID": "10e4433f-c426-40a1-a916-a3ae05ae2fce",
"departmentItem_ID": "c67e1f8b-cdf7-4609-92e5-accfb40f1eef",
"iD": "64d0e839-a5ec-47e6-a993-b468a5702997",
"site_ID": "cc592257-4efc-42eb-a2cd-86f67ab0287c",
"siteCustomer_ID": "a1a78a55-34d9-4ead-874b-487561c4b4ca",
"sticker_ID": "6c3228d1-d56e-4f75-b29f-d3f1a608d33b",
"garment_ID": "9da91434-f617-48b5-b37c-d0839b8f6058"
},
{
"active": true,
"contract_ID": "39aa0367-57c6-4de0-a641-6ea00926c8c4",
"contractItem_ID": "8dda507c-9c2d-4dd5-98a5-7ccefee6ca45",
"departement_ID": "10e4433f-c426-40a1-a916-a3ae05ae2fce",
"departmentItem_ID": "c67e1f8b-cdf7-4609-92e5-accfb40f1eef",
"iD": "64d0e839-a5ec-47e6-a993-b468a5702997",
"site_ID": "cc592257-4efc-42eb-a2cd-86f67ab0287c",
"siteCustomer_ID": "a1a78a55-34d9-4ead-874b-487561c4b4ca",
"sticker_ID": "6c3228d1-d56e-4f75-b29f-d3f1a608d33b",
"garment_ID": "9da91434-f617-48b5-b37c-d0839b8f6058"
}
],
"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": "9b9aef94-02fc-4167-a1f3-a4964353205c",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "1fa4dd62-f673-4534-9f7e-6690c8714d2a",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "4ced8a10-addf-4892-9883-9fb1a555bbcc",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "ffc64d93-a5aa-43b2-bb20-0e65745bc149",
"stickerField_ID": "ecb8dbb1-0185-44eb-a496-ef6152fed109",
"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": "9b9aef94-02fc-4167-a1f3-a4964353205c",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "1fa4dd62-f673-4534-9f7e-6690c8714d2a",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "4ced8a10-addf-4892-9883-9fb1a555bbcc",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "ffc64d93-a5aa-43b2-bb20-0e65745bc149",
"stickerField_ID": "ecb8dbb1-0185-44eb-a496-ef6152fed109",
"stringLength": 1,
"stringStart": 1,
"zoneNumber": 11
}
],
"active": true,
"code": "sample string 2",
"id": "ff2f9692-b902-4f15-b659-e2e9ed583a5e",
"stickerType_ID": "0ec4bff4-431e-458b-9563-5edb878cfcbc",
"stickerRelation_IDs": [
"fca45c03-bea7-4075-8a6b-e2635cf7ea03",
"c0c5345a-27d4-4a3a-994a-3e2d04d3b3e8"
],
"site_ID": "e3e8043c-71b8-442b-aea0-9df73ec75b27"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.