Create a product PIN code
Create a product PIN code.
Authorizations:Token, JWT
Query Parameters
product_id required | integer |
Request Body Schema:
The new 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
201Product PIN Code resource created
Response schema:
Product PIN Code resource created id | integer>= 0 |
code | string<= 64 characters |
create_date | string |
is_sold | boolean |
is_blocked | boolean |
order_item_id | integer or null |
400Invalid input
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
422Unprocessable entity
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |