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": "268f706a-a336-4f5f-aa84-175087f1a02d",
"technicalDescription": "sample string 3",
"active": true
},
"relations": [
{
"active": true,
"contract_ID": "9234697f-c6e3-478f-acf1-5b2b1ae118ce",
"contractItem_ID": "42ec3ce1-5e41-4814-a735-cb04a61cf7ae",
"departement_ID": "33bca335-bfc4-431c-8ee5-9605f704cdde",
"departmentItem_ID": "4dda8dca-4f36-4b6f-9f4c-9771e7a68efa",
"iD": "713234b0-57b1-4ded-b5cf-d0cea747bc94",
"site_ID": "dd7db8ff-9a82-48b4-9880-86f3dcf9e8ee",
"siteCustomer_ID": "fd866c66-8c98-400e-a0e1-4fe0cc925ec1",
"sticker_ID": "3c4d318b-a150-46cd-a01e-9a13a43bccb4",
"garment_ID": "ae190b30-8735-448e-bcba-63617d85976a"
},
{
"active": true,
"contract_ID": "9234697f-c6e3-478f-acf1-5b2b1ae118ce",
"contractItem_ID": "42ec3ce1-5e41-4814-a735-cb04a61cf7ae",
"departement_ID": "33bca335-bfc4-431c-8ee5-9605f704cdde",
"departmentItem_ID": "4dda8dca-4f36-4b6f-9f4c-9771e7a68efa",
"iD": "713234b0-57b1-4ded-b5cf-d0cea747bc94",
"site_ID": "dd7db8ff-9a82-48b4-9880-86f3dcf9e8ee",
"siteCustomer_ID": "fd866c66-8c98-400e-a0e1-4fe0cc925ec1",
"sticker_ID": "3c4d318b-a150-46cd-a01e-9a13a43bccb4",
"garment_ID": "ae190b30-8735-448e-bcba-63617d85976a"
}
],
"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": "614760d1-a3a8-4fe1-93f0-2cebbc8b94e4",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "7c1e4604-4bbf-491f-beee-452cb3dd38c9",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "768c4e18-5e00-4e7b-90d4-8835f6664b01",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "a332eea0-0c54-4a6e-82c8-83e3dd3c9d3b",
"stickerField_ID": "33db2c2a-ec5b-4297-8ab4-0ee95d62a275",
"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": "614760d1-a3a8-4fe1-93f0-2cebbc8b94e4",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "7c1e4604-4bbf-491f-beee-452cb3dd38c9",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "768c4e18-5e00-4e7b-90d4-8835f6664b01",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "a332eea0-0c54-4a6e-82c8-83e3dd3c9d3b",
"stickerField_ID": "33db2c2a-ec5b-4297-8ab4-0ee95d62a275",
"stringLength": 1,
"stringStart": 1,
"zoneNumber": 11
}
],
"active": true,
"code": "sample string 2",
"id": "7955ab3c-2534-4c7e-80a1-a922bc12be7b",
"stickerType_ID": "a8727b17-6152-478a-b41f-cc95ef746e16",
"stickerRelation_IDs": [
"7a57b6bf-50d9-4533-a09c-478c77e44dbf",
"3d6aeaf1-f31e-4275-96d4-2e0cccadba18"
],
"site_ID": "907111b2-1ed1-43d5-b2bd-ba687f3d59f5"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.