Campaign products
Add a store to the campaign product
Add a store to a campaign product. GET /stores
post/campaign-products/{campaign_product_id}/campaign-product-store-records
Path parameters
campaign_product_idstring required
The unique ID of the campaign product in CareCloud.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"campaign_product_store_record": {
"campaign_product_store_record_id": "8bed991c68a470e7aaeffbf048",
"store_id": "8bed991c68a470e7aaeffbf048",
"campaign_product_id": "81eaeea13b8984a169c490a325"
}
}Response
Created
Example response
{
"data": {
"campaign_product_store_record_id": "8bd253a890067595008f1d44aa"
}
}