---
title: "GET /api/v1/InvoiceProfiles"
method: GET
path: "/api/v1/InvoiceProfiles"
tags: ["InvoiceProfiles"]
---

# GET /api/v1/InvoiceProfiles

`GET /api/v1/InvoiceProfiles`

## Query parameters

- `OrganizationId` integer
- `Page` integer
- `PageSize` integer
- `Search` string, nullable

## Response `200`

Success

- InvoiceProfileExtended[]
  - `invoiceAccount` OrganizationIdentity
    - `id` integer
    - `name` string, nullable
    - `axDataAreaId` string, nullable
    - `axOrganizationId` string, nullable
  - `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/revisions/a04494a78f65/schema)
