---
title: "Returns customer contract detail change request for the authenticated user"
method: GET
path: "/v1/customer/contract_detail/change_request"
tags: ["uncategorized"]
---

# Returns customer contract detail change request for the authenticated user

`GET /v1/customer/contract_detail/change_request`

## Response `200`

OK

- CustomerContractDetailResponse
  - `companyName` string — company name
  - `companyStreet` string — company street
  - `companyZipCode` string — company zip code
  - `companyCity` string — company city
  - `companyCountry` string — company country
  - `companySectorIndustryId` integer — sector industry id
  - `companySizeId` integer — company size id
  - `companyUseCaseId` integer — company use case id
  - `companyUseCase` string — company use case other text
  - `invoicingCompanyName` string — invoicing company name
  - `invoicingCompanyStreet` string — invoicing company street
  - `invoicingCompanyZipCode` string — invoicing company zip code
  - `invoicingCompanyCity` string — invoicing company city
  - `invoicingCompanyCountry` string — invoicing company country
  - `accountBic` string — account bic
  - `accountIban` string — account iban
  - `invoiceRecipient` string — invoice recipient
  - `geteInvoiceEmailAddress` string — einvoice email address
  - `iseInvoiceEnabled` boolean — einvoice enabled
  - `directDebitEnabled` boolean — direct debit enabled
  - `vatId` string — vat id
  - `links` Link[] — links
    - `rel` string
    - `href` string
  - `changeRequest` CustomerContractDetailResponse — recursive

## Other responses

- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
