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": "32dac000-6986-476b-87d5-cddd72d053ef",
"technicalDescription": "sample string 3",
"active": true
},
"relations": [
{
"active": true,
"contract_ID": "841c24f4-1dbe-4702-b8a0-d768febfcbc8",
"contractItem_ID": "760c70be-dfa2-4363-8dc6-70ef7126577f",
"departement_ID": "407d94b2-3cc2-46a0-80e1-59f1cf3fff58",
"departmentItem_ID": "d463506e-b3a6-467e-81fd-80bb740eb909",
"iD": "6380cb23-4efe-45ce-be95-210f0715fc29",
"site_ID": "a4168f59-217b-44dc-92cb-0354735a27ef",
"siteCustomer_ID": "2fb09145-ca2c-4eaa-a505-91dfda0cf026",
"sticker_ID": "7bedd131-3232-4f12-8490-af04084ab5bf",
"garment_ID": "6e06471d-df1b-4379-9db1-6657df6db21b"
},
{
"active": true,
"contract_ID": "841c24f4-1dbe-4702-b8a0-d768febfcbc8",
"contractItem_ID": "760c70be-dfa2-4363-8dc6-70ef7126577f",
"departement_ID": "407d94b2-3cc2-46a0-80e1-59f1cf3fff58",
"departmentItem_ID": "d463506e-b3a6-467e-81fd-80bb740eb909",
"iD": "6380cb23-4efe-45ce-be95-210f0715fc29",
"site_ID": "a4168f59-217b-44dc-92cb-0354735a27ef",
"siteCustomer_ID": "2fb09145-ca2c-4eaa-a505-91dfda0cf026",
"sticker_ID": "7bedd131-3232-4f12-8490-af04084ab5bf",
"garment_ID": "6e06471d-df1b-4379-9db1-6657df6db21b"
}
],
"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": "3c217318-5590-4cec-8064-7f2c464a0e0f",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "1aa82926-ed85-4cbd-bb94-01a669c3e810",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "c9ae9594-f04c-4589-a2d4-e6484e88042c",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "2b50d98d-4595-40c4-b6f2-5652c0eae826",
"stickerField_ID": "52f37e56-af2b-4579-a961-8f3e38aaf0e1",
"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": "3c217318-5590-4cec-8064-7f2c464a0e0f",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "1aa82926-ed85-4cbd-bb94-01a669c3e810",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "c9ae9594-f04c-4589-a2d4-e6484e88042c",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "2b50d98d-4595-40c4-b6f2-5652c0eae826",
"stickerField_ID": "52f37e56-af2b-4579-a961-8f3e38aaf0e1",
"stringLength": 1,
"stringStart": 1,
"zoneNumber": 11
}
],
"active": true,
"code": "sample string 2",
"id": "b720647e-05ec-45c6-bd6d-e766d4751274",
"stickerType_ID": "0077e96f-976e-4806-84bc-9acae6bda8ef",
"stickerRelation_IDs": [
"0ebe0862-afa6-4c72-a8ac-f599174a7617",
"6c2c4056-aee4-48c9-9598-26c7d15f9f73"
],
"site_ID": "c69c8f60-5827-4847-b7b3-1488afd1d0ba"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.