application/json
POST
/V1/winkelstraat/isaac_pim_akeneo/identifier_link
cURL (application/json)
curl \
--request POST 'https://magento2.winkelstraat.mac/rest/all/V1/winkelstraat/isaac_pim_akeneo/identifier_link' \
--header "Content-Type: application/json" \
--data '{"links":[{"uuid":"string","pim_product_number":42,"processed_at":"string"}]}'
curl \
--request POST 'https://magento2.winkelstraat.mac/rest/all/V1/winkelstraat/isaac_pim_akeneo/identifier_link' \
--header "Content-Type: application/xml"
Request examples
{
"links": [
{
"uuid": "string",
"pim_product_number": 42,
"processed_at": "string"
}
]
}
Request examples
<?xml version="1.0" encoding="UTF-8"?>
<root>
<links type="array">
<link>
<uuid>string</uuid>
<pim-product-number type="integer">42</pim-product-number>
<processed-at>string</processed-at>
</link>
</links>
</root>
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (401)
<?xml version="1.0" encoding="UTF-8"?>
<root>
<message>string</message>
<errors type="array">
<error>
<message>string</message>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
</error>
</errors>
<code type="integer">42</code>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
<trace>string</trace>
</root>
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
<?xml version="1.0" encoding="UTF-8"?>
<root>
<message>string</message>
<errors type="array">
<error>
<message>string</message>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
</error>
</errors>
<code type="integer">42</code>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
<trace>string</trace>
</root>