HI,
ich versuche Tags automatisch im Sales auftrag zu setzten. Habe auch in der API Doc gefundend as es gehen soll. über patch Sales order. wenn ich dort nur einen Tag eintragen will sagt wer .
curl --request PATCH \
--url https://xentral.xentral.biz/api/v1/salesOrders/123 \
--header 'accept: application/problem+json' \
--header 'content-type: application/json' \
--data '
{
"tags": {
{
"id": "27"
}
]
}
wenn ich es aber genau so probiere bekomme ich die meldung in Postman.
"type": "https://api.xentral.biz/problems/request-validation",
"title": "Request payload validation failed.",
"violations": {
"_": p
"Unexpected keys `tag`."
]
}
}
hat jemand eine idea oder einen tip.
Was will ich am ende machen.
ich möchte in Abhängigkeit von einem bestimmten Artikel in einem auftrag ein tag setzten und das am besten automatisch und regelmäßig .