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": "153ae7f6-2d4a-4aa0-bf09-5658cf3dfbcb",
"technicalDescription": "sample string 3",
"active": true
},
"relations": [
{
"active": true,
"contract_ID": "fdaccc24-ea3b-4df6-aeb1-ffa9b7d60e53",
"contractItem_ID": "2d07d838-5973-4747-a9ff-69abeb695f2a",
"departement_ID": "5194ec2a-35f2-4654-99a2-4ae8e6f73f0c",
"departmentItem_ID": "ab67c524-dd0b-49d5-8763-01a82358fc0e",
"iD": "4152dfbe-0300-4ef8-8913-41674f455df6",
"site_ID": "5b6aedc0-5ed8-487f-a5db-428cb68ff1a1",
"siteCustomer_ID": "19483ca2-163f-426e-911c-84214da7e605",
"sticker_ID": "9ce4fb3f-8a0f-4b9b-8355-943920d08b57",
"garment_ID": "f80dec2b-18b8-4a43-9dee-a7448101b979"
},
{
"active": true,
"contract_ID": "fdaccc24-ea3b-4df6-aeb1-ffa9b7d60e53",
"contractItem_ID": "2d07d838-5973-4747-a9ff-69abeb695f2a",
"departement_ID": "5194ec2a-35f2-4654-99a2-4ae8e6f73f0c",
"departmentItem_ID": "ab67c524-dd0b-49d5-8763-01a82358fc0e",
"iD": "4152dfbe-0300-4ef8-8913-41674f455df6",
"site_ID": "5b6aedc0-5ed8-487f-a5db-428cb68ff1a1",
"siteCustomer_ID": "19483ca2-163f-426e-911c-84214da7e605",
"sticker_ID": "9ce4fb3f-8a0f-4b9b-8355-943920d08b57",
"garment_ID": "f80dec2b-18b8-4a43-9dee-a7448101b979"
}
],
"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": "0295879f-079c-4bb7-a200-7b84dfb3b26f",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "ba900b55-ca14-4585-bb59-2a6ad57cb2b2",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "1a06ef8f-198b-4fdc-be00-f9e382897cfb",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "de681d97-cdb1-41e1-9e86-b3c3ebbb23d8",
"stickerField_ID": "67017e94-f58b-40c1-8d72-b09da433fb2b",
"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": "0295879f-079c-4bb7-a200-7b84dfb3b26f",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "ba900b55-ca14-4585-bb59-2a6ad57cb2b2",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "1a06ef8f-198b-4fdc-be00-f9e382897cfb",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "de681d97-cdb1-41e1-9e86-b3c3ebbb23d8",
"stickerField_ID": "67017e94-f58b-40c1-8d72-b09da433fb2b",
"stringLength": 1,
"stringStart": 1,
"zoneNumber": 11
}
],
"active": true,
"code": "sample string 2",
"id": "01d03cbe-bcbb-4d24-8731-7e480311fa7a",
"stickerType_ID": "4d822fa8-76ba-4b92-aa23-683c390a438c",
"stickerRelation_IDs": [
"ad85c7f4-b9b2-459a-8b10-e6a1d9ccd38a",
"6f8e801d-334d-403b-8c65-0bbb198b72a6"
],
"site_ID": "c3d5f408-0ea1-4716-9cd3-bcb7b28b5dba"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.