---
title: "Adicionar Campanha"
method: POST
path: "/v1/campanha/add"
tags: ["Campanha"]
---

# Adicionar Campanha

`POST /v1/campanha/add`

Utilize esse endpoint para gravar uma campanha:

## Request body

- object
  - `facilitator_id` integer, required
  - `name_campaign` string, required
  - `date_start_accession` string, required
  - `date_end_accession` string, required
  - `date_start` string, required
  - `date_end` string, required
  - `enable_mdr` string
  - `perc_debit_mdr` string
  - `perc_credit_mdr` string
  - `perc_credit_mdr2a6` string
  - `perc_credit_mdr7a12` string
  - `enable_rent` string
  - `perc_debit_rent` string
  - `enable_anticipation` string
  - `perc_anticipation` string
  - `create_user_code` integer
  - `term_accession` string

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/bs2/apis/bs2-core2-contacorrente-extrato-app-hosts-http-forintegratio.md) · [All operations](https://skmtc.net/bs2/apis/bs2-core2-contacorrente-extrato-app-hosts-http-forintegratio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bs2/bs2-core2-contacorrente-extrato-app-hosts-http-forintegratio/revisions/989ddf3f68cd/schema)
