---
title: "Update Customer Promotion Status"
method: POST
path: "/Integrations/UpdateCustomerPromotionStatus"
tags: ["External System Integration"]
---

# Update Customer Promotion Status

`POST /Integrations/UpdateCustomerPromotionStatus`

Informs Optimove of the status of activated promotions for particular customer IDs for a particular campaign ID.

## Request body

- OptimoveAPIModelsOptimoveCampaignPromotionStatus
  - `TimeStamp` string, nullable
  - `CampaignID` integer
  - `PromosUpdated` OptimoveAPIModelsOptimoveCustomersActivationStatus[], nullable
    - `CustomerID` string, nullable — The identifier of a customer in your customer database.
    - `Status` boolean

## Response `200`

Success

---

[API](https://skmtc.net/optimove/apis/optimove-api.md) · [All operations](https://skmtc.net/optimove/apis/optimove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimove/optimove-api/revisions/fc55c5b1bec5/schema)
