---
title: "Create bill messages for a customer"
method: POST
path: "/v1/Customers/BillMessages"
tags: ["Customers"]
---

# Create bill messages for a customer

`POST /v1/Customers/BillMessages`

Create bill messages for a customer

## Request body

- RevAppModelsCustomersCustomerBillMessageModel
  - `customer_bill_message_override_ID` integer
  - `customer_id` integer
  - `special_message` string
  - `default_message` string
  - `default_message_vendor_code` string
  - `ach_message` string
  - `ach_message_vendor_code` string
  - `cc_message` string
  - `cc_message_vendor_code` string
  - `regular_message` string
  - `regular_message_vendor_code` string
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- integer

## Other responses

- `500` — InternalServerError

---

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