POST Api/GS1/NewGS1Product
Request Information
URI Parameters
None.
Body Parameters
GS1CreateProductView| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Collection of GS1ProductResult |
None. |
|
| DestImages | Collection of GS1ProductImageCondition |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of GS1ProductImageCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| Gtin | string |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| SourceImage | string |
None. |
|
| ProdId | globally unique identifier |
None. |
|
| AttrValue1 | globally unique identifier |
None. |
|
| AttrValue2 | globally unique identifier |
None. |
|
| AttrValue3 | globally unique identifier |
None. |
|
| ImageType | ImageType |
None. |
|
| ImagePaths | Collection of KeyValue |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Gtin": "sample string 1",
"MerchantId": "f2433592-a7df-4cf6-b900-2baaa92525e0",
"SourceImage": "sample string 3",
"ProdId": "7ad7da00-f2e7-4541-a4cb-03efba1ef24a",
"AttrValue1": "2faac18c-284c-4a0a-b317-de742aff73b7",
"AttrValue2": "19659335-0418-4cee-9364-74567c70d473",
"AttrValue3": "344414bd-0a57-4afc-bf31-b81cfa06285d",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"Gtin": "sample string 1",
"MerchantId": "f2433592-a7df-4cf6-b900-2baaa92525e0",
"SourceImage": "sample string 3",
"ProdId": "7ad7da00-f2e7-4541-a4cb-03efba1ef24a",
"AttrValue1": "2faac18c-284c-4a0a-b317-de742aff73b7",
"AttrValue2": "19659335-0418-4cee-9364-74567c70d473",
"AttrValue3": "344414bd-0a57-4afc-bf31-b81cfa06285d",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]