Add legitimation document
POST{{API_BASE_URL}}/shop/v1/cart/:cart/legitimation/:legitimation/document
Request Body
The request should be sent as a form-data with the following parameter:
file(file): The document file to be added.
Response
Upon successful addition of the document to the cart legitimation, the response will include the following details:
-
cartId(string): The ID of the cart. -
documentId(string): The ID of the added document. -
legitimationId(string): The ID of the legitimation.
Authentication#auth
This endpoint does not require authentication.
Responses#responses
200OKAdd legitimation document