---
title: "POST /v2/receipts-base/{network}/{lockAddress}"
method: POST
path: "/v2/receipts-base/{network}/{lockAddress}"
---

# POST /v2/receipts-base/{network}/{lockAddress}

`POST /v2/receipts-base/{network}/{lockAddress}`

Create supplier details.

## Path parameters

- `network` integer, required
- `lockAddress` string, required

## Response `200`

Successfully creates supplier details.

- object
  - `supplierName` string
  - `vat` string
  - `vatBasisPointsRate` number
  - `servicePerformed` string
  - `addressLine1` string
  - `addressLine2` string
  - `city` string
  - `state` string
  - `zip` string
  - `country` string

## Other responses

- `401` — User is not authenticated.
- `500` — Failed to update or create supplier details.

---

[API](https://skmtc.net/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.net/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/versions/e003b998de45/schema)
