POST api/sticker/getAll
Request Information
URI Parameters
None.
Body Parameters
SearchParamsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| active | boolean |
None. |
|
| firstElementIndex | integer |
None. |
|
| id | globally unique identifier |
None. |
|
| site_id | globally unique identifier |
None. |
|
| keywords | string |
None. |
|
| numberOfElements | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"active": true,
"firstElementIndex": 1,
"id": "c4a565e2-15b8-456e-bc8e-d4cd66698897",
"site_id": "a6f122c6-5891-4cfe-8d06-3e471d88f90b",
"keywords": "sample string 1",
"numberOfElements": 1
}
application/xml, text/xml
Sample:
<searchParamsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <firstElementIndex>1</firstElementIndex> <id>c4a565e2-15b8-456e-bc8e-d4cd66698897</id> <keywords>sample string 1</keywords> <numberOfElements>1</numberOfElements> <site_id>a6f122c6-5891-4cfe-8d06-3e471d88f90b</site_id> </searchParamsViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PaginationResultViewModelOfListOfStickerViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of StickerViewModel |
None. |
|
| totalRecord | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"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": "b3959980-8f78-48fd-86a9-cfc475fe1ec2",
"technicalDescription": "sample string 3",
"active": true
},
"relations": [
{
"active": true,
"contract_ID": "688bce3c-c455-45a9-b5a8-aab7f8c6cfff",
"contractItem_ID": "d55bf2fb-5f4a-4a35-a0c7-ec4e38e0d1c9",
"departement_ID": "96ba7b81-bad5-41b2-ac55-db96a1a9f5af",
"departmentItem_ID": "e08b6c10-729e-44af-8018-34cf2fe42ebd",
"iD": "c7f17d1d-1ef7-4b56-ad54-6285cd441cae",
"site_ID": "2917b58f-689b-4802-8344-a267ab99e9ee",
"siteCustomer_ID": "69302ab1-c863-4413-801f-98044e8bb5b1",
"sticker_ID": "bac5fd3f-77fb-481d-91eb-74c4ffb2015f",
"garment_ID": "036a77a2-7b0d-4c60-b9c6-ee8f93b23435"
},
{
"active": true,
"contract_ID": "688bce3c-c455-45a9-b5a8-aab7f8c6cfff",
"contractItem_ID": "d55bf2fb-5f4a-4a35-a0c7-ec4e38e0d1c9",
"departement_ID": "96ba7b81-bad5-41b2-ac55-db96a1a9f5af",
"departmentItem_ID": "e08b6c10-729e-44af-8018-34cf2fe42ebd",
"iD": "c7f17d1d-1ef7-4b56-ad54-6285cd441cae",
"site_ID": "2917b58f-689b-4802-8344-a267ab99e9ee",
"siteCustomer_ID": "69302ab1-c863-4413-801f-98044e8bb5b1",
"sticker_ID": "bac5fd3f-77fb-481d-91eb-74c4ffb2015f",
"garment_ID": "036a77a2-7b0d-4c60-b9c6-ee8f93b23435"
}
],
"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": "38297ddc-95f1-4d87-9a12-1ac085ae4dbd",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "9f1199b5-8f7a-4d38-8bc5-4a11f763665d",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "3365c928-6192-4ac1-9403-bad1857fceaa",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "c3e37f30-628b-450c-b575-56b5f6d4f016",
"stickerField_ID": "99efbe47-b993-4180-9d56-9f5664b9df66",
"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": "38297ddc-95f1-4d87-9a12-1ac085ae4dbd",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "9f1199b5-8f7a-4d38-8bc5-4a11f763665d",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "3365c928-6192-4ac1-9403-bad1857fceaa",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "c3e37f30-628b-450c-b575-56b5f6d4f016",
"stickerField_ID": "99efbe47-b993-4180-9d56-9f5664b9df66",
"stringLength": 1,
"stringStart": 1,
"zoneNumber": 11
}
],
"active": true,
"code": "sample string 2",
"id": "4c003544-2a2c-4c82-9a61-e2318d5f0434",
"stickerType_ID": "272220fe-ba1a-4eea-a825-9aaf2b1bdc6d",
"stickerRelation_IDs": [
"d646d5eb-6f33-451c-b2da-b2b188d89219",
"88d9805c-5c7d-415d-bc9f-86140084cca0"
],
"site_ID": "615e4433-e03f-4cb0-9c44-8fa15a2c157f"
},
{
"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": "b3959980-8f78-48fd-86a9-cfc475fe1ec2",
"technicalDescription": "sample string 3",
"active": true
},
"relations": [
{
"active": true,
"contract_ID": "688bce3c-c455-45a9-b5a8-aab7f8c6cfff",
"contractItem_ID": "d55bf2fb-5f4a-4a35-a0c7-ec4e38e0d1c9",
"departement_ID": "96ba7b81-bad5-41b2-ac55-db96a1a9f5af",
"departmentItem_ID": "e08b6c10-729e-44af-8018-34cf2fe42ebd",
"iD": "c7f17d1d-1ef7-4b56-ad54-6285cd441cae",
"site_ID": "2917b58f-689b-4802-8344-a267ab99e9ee",
"siteCustomer_ID": "69302ab1-c863-4413-801f-98044e8bb5b1",
"sticker_ID": "bac5fd3f-77fb-481d-91eb-74c4ffb2015f",
"garment_ID": "036a77a2-7b0d-4c60-b9c6-ee8f93b23435"
},
{
"active": true,
"contract_ID": "688bce3c-c455-45a9-b5a8-aab7f8c6cfff",
"contractItem_ID": "d55bf2fb-5f4a-4a35-a0c7-ec4e38e0d1c9",
"departement_ID": "96ba7b81-bad5-41b2-ac55-db96a1a9f5af",
"departmentItem_ID": "e08b6c10-729e-44af-8018-34cf2fe42ebd",
"iD": "c7f17d1d-1ef7-4b56-ad54-6285cd441cae",
"site_ID": "2917b58f-689b-4802-8344-a267ab99e9ee",
"siteCustomer_ID": "69302ab1-c863-4413-801f-98044e8bb5b1",
"sticker_ID": "bac5fd3f-77fb-481d-91eb-74c4ffb2015f",
"garment_ID": "036a77a2-7b0d-4c60-b9c6-ee8f93b23435"
}
],
"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": "38297ddc-95f1-4d87-9a12-1ac085ae4dbd",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "9f1199b5-8f7a-4d38-8bc5-4a11f763665d",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "3365c928-6192-4ac1-9403-bad1857fceaa",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "c3e37f30-628b-450c-b575-56b5f6d4f016",
"stickerField_ID": "99efbe47-b993-4180-9d56-9f5664b9df66",
"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": "38297ddc-95f1-4d87-9a12-1ac085ae4dbd",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "9f1199b5-8f7a-4d38-8bc5-4a11f763665d",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "3365c928-6192-4ac1-9403-bad1857fceaa",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "c3e37f30-628b-450c-b575-56b5f6d4f016",
"stickerField_ID": "99efbe47-b993-4180-9d56-9f5664b9df66",
"stringLength": 1,
"stringStart": 1,
"zoneNumber": 11
}
],
"active": true,
"code": "sample string 2",
"id": "4c003544-2a2c-4c82-9a61-e2318d5f0434",
"stickerType_ID": "272220fe-ba1a-4eea-a825-9aaf2b1bdc6d",
"stickerRelation_IDs": [
"d646d5eb-6f33-451c-b2da-b2b188d89219",
"88d9805c-5c7d-415d-bc9f-86140084cca0"
],
"site_ID": "615e4433-e03f-4cb0-9c44-8fa15a2c157f"
}
],
"totalRecord": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.