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": "bc2c18f8-dd64-4fd5-8333-2ad2b5ad57b0",
"technicalDescription": "sample string 3",
"active": true
},
"relations": [
{
"active": true,
"contract_ID": "8e49c835-488d-48f3-ac77-961704c02006",
"contractItem_ID": "9b1858ce-77a1-4cab-86e9-0061bcfed652",
"departement_ID": "cc3095ef-78c8-41ce-a33d-f40257519899",
"departmentItem_ID": "8ff3ceb3-cc3f-41f6-a719-90094cb4edba",
"iD": "665f4511-43ea-4225-b40c-cddc516627ce",
"site_ID": "c0410189-cd54-4c6f-bed7-4aacd982e2e4",
"siteCustomer_ID": "d39f4ef6-ea5e-43c9-ae81-8d3ce444f39a",
"sticker_ID": "50d057db-e014-44c1-93a0-4d07fd452994",
"garment_ID": "1af5636e-5213-4d3e-985b-2f3df54a681f"
},
{
"active": true,
"contract_ID": "8e49c835-488d-48f3-ac77-961704c02006",
"contractItem_ID": "9b1858ce-77a1-4cab-86e9-0061bcfed652",
"departement_ID": "cc3095ef-78c8-41ce-a33d-f40257519899",
"departmentItem_ID": "8ff3ceb3-cc3f-41f6-a719-90094cb4edba",
"iD": "665f4511-43ea-4225-b40c-cddc516627ce",
"site_ID": "c0410189-cd54-4c6f-bed7-4aacd982e2e4",
"siteCustomer_ID": "d39f4ef6-ea5e-43c9-ae81-8d3ce444f39a",
"sticker_ID": "50d057db-e014-44c1-93a0-4d07fd452994",
"garment_ID": "1af5636e-5213-4d3e-985b-2f3df54a681f"
}
],
"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": "d8f8c1f5-bb02-49e9-ade6-9dcc0ec5e9f2",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "d75b3315-b38c-4593-9ef6-60055e706213",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "7fc7cfb2-9d0f-4ab5-904a-b1f312f30c25",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "7a13b6cb-650a-4f87-8405-2c991ecf7fc6",
"stickerField_ID": "7a24144b-6aa0-445d-8fa6-d03c962ebb91",
"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": "d8f8c1f5-bb02-49e9-ade6-9dcc0ec5e9f2",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "d75b3315-b38c-4593-9ef6-60055e706213",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "7fc7cfb2-9d0f-4ab5-904a-b1f312f30c25",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "7a13b6cb-650a-4f87-8405-2c991ecf7fc6",
"stickerField_ID": "7a24144b-6aa0-445d-8fa6-d03c962ebb91",
"stringLength": 1,
"stringStart": 1,
"zoneNumber": 11
}
],
"active": true,
"code": "sample string 2",
"id": "678fb3c5-d38f-4fad-9786-e2d5effba814",
"stickerType_ID": "239445b8-202f-4324-a50f-337424dd00d8",
"stickerRelation_IDs": [
"1b88a7b0-3a06-4cb7-8823-b7c9a87effb1",
"a63f782a-cf17-4861-961a-70952d011417"
],
"site_ID": "dfb4d062-7bec-435b-88f8-a42d316f3b02"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.