---
title: "PUT /api/v1/InvoiceProfiles/{id}"
method: PUT
path: "/api/v1/InvoiceProfiles/{id}"
tags: ["InvoiceProfiles"]
---

# PUT /api/v1/InvoiceProfiles/{id}

`PUT /api/v1/InvoiceProfiles/{id}`

## Path parameters

- `id` integer, required

## Request body

- InvoiceProfile
  - `id` integer
  - `organization` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `name` string, nullable
  - `invoiceReference` string, nullable
  - `customerReference` string, nullable
  - `requisitionNumber` string, nullable
  - `invoiceAddressId` string, nullable
  - `deliveryAddressId` string, nullable
  - `deliveryAddress` AddressData
    - `axAddressId` integer, nullable
    - `name` string, nullable
    - `completeAddress` string, nullable
    - `street` string, nullable
    - `zipCode` string, nullable
    - `city` string, nullable
    - `county` string, nullable
    - `state` string, nullable
    - `countryCode` string, nullable
  - `invoiceAddress` AddressData
    - `axAddressId` integer, nullable
    - `name` string, nullable
    - `completeAddress` string, nullable
    - `street` string, nullable
    - `zipCode` string, nullable
    - `city` string, nullable
    - `county` string, nullable
    - `state` string, nullable
    - `countryCode` string, nullable
  - `consumerId` integer, nullable
  - `contactPersonId` integer, nullable

## Response `200`

Success

- InvoiceProfile
  - `id` integer
  - `organization` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `name` string, nullable
  - `invoiceReference` string, nullable
  - `customerReference` string, nullable
  - `requisitionNumber` string, nullable
  - `invoiceAddressId` string, nullable
  - `deliveryAddressId` string, nullable
  - `deliveryAddress` AddressData
    - `axAddressId` integer, nullable
    - `name` string, nullable
    - `completeAddress` string, nullable
    - `street` string, nullable
    - `zipCode` string, nullable
    - `city` string, nullable
    - `county` string, nullable
    - `state` string, nullable
    - `countryCode` string, nullable
  - `invoiceAddress` AddressData
    - `axAddressId` integer, nullable
    - `name` string, nullable
    - `completeAddress` string, nullable
    - `street` string, nullable
    - `zipCode` string, nullable
    - `city` string, nullable
    - `county` string, nullable
    - `state` string, nullable
    - `countryCode` string, nullable
  - `consumerId` integer, nullable
  - `contactPersonId` integer, nullable

---

[API](https://skmtc.net/crayon/apis/crayon-group-customer-api.md) · [All operations](https://skmtc.net/crayon/apis/crayon-group-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crayon/crayon-group-customer-api/versions/a04494a78f65/schema)
