---
title: "Update plastic"
method: POST
path: "/v3/{id}/plastic/{plasticId}/update/{propertyToUpdate}"
tags: ["Update plastic"]
---

# Update plastic

`POST /v3/{id}/plastic/{plasticId}/update/{propertyToUpdate}`

This operation will update a given plastic for a card

## Path parameters

- `id` string, biginteger, required
- `plasticId` string, biginteger, required
- `propertyToUpdate` 'ACTIVATE' | 'CANCEL', required

## Query parameters

- `auditUser` string, required

## Response `200`

Successful update of plastic

- ResourceResponse
  - `description` string — Short description of the result of the action
  - `id` string — Will contain the ID of the resource that has been created or updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Card does not exist
- `500` — Internal server error

---

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