curl --request POST \
--url https://api.example.com/Product/dx/api/application/v2/objects \
--header 'Content-Type: application/json' \
--data '
{
"objectTypeID": "Product",
"content": {
"Origin": "API",
"Name": "Nuggets",
"Description": "Nuggets",
"ProductCode": "19520",
"Brand": "Burger King",
"Category": "Snack",
"Incentivizable": true
}
}
'{
"data": {
"objectInfo": {
"status": "Open-Active"
},
"ID": "STE6TG95YWx0eV9fUHJvZHVjdF82ODlkZTM4MWY2ODE0ZjAwYTY4OTIyMmY",
"confirmationNote": "This stage is ready to transition."
}
}curl --request POST \
--url https://api.example.com/Product/dx/api/application/v2/objects \
--header 'Content-Type: application/json' \
--data '
{
"objectTypeID": "Product",
"content": {
"Origin": "API",
"Name": "Nuggets",
"Description": "Nuggets",
"ProductCode": "19520",
"Brand": "Burger King",
"Category": "Snack",
"Incentivizable": true
}
}
'{
"data": {
"objectInfo": {
"status": "Open-Active"
},
"ID": "STE6TG95YWx0eV9fUHJvZHVjdF82ODlkZTM4MWY2ODE0ZjAwYTY4OTIyMmY",
"confirmationNote": "This stage is ready to transition."
}
}Created