Update a product PIN code
Update a product PIN code.
Authorizations:Token
Query Parameters
| product_id required | integer |
| id required | integer |
Request Body Schema:
The updated Product PIN Code resource | code | string<= 64 characters |
| create_date | string or null |
| is_sold | boolean |
| is_blocked | boolean |
| order_item_id | integer or null |
Responses
200Product PIN Code resource updated
Response schema:
Product PIN Code resource updated | id | integer |
| code | string<= 64 characters |
| create_date | string |
| is_sold | boolean |
| is_blocked | boolean |
| order_item_id | integer or null |
400Invalid input
404Resource not found
422Unprocessable entity