# Transfer file from consignment **POST /transfers/consignments/{consignmentId}** ## Servers ## Parameters ### Path parameters - **consignmentId** (string) The unique identifier of a consignment ### Body: (object) - **target_emails** (array[string]) Array of email's target - **message** (string) - **expiration** (number) Expiration in days. Eg. 90 ## Responses ### 201 Transfer is created with success #### Body: (object) - **success** (boolean) - **body** (object) ### 400 Missing required body parameters #### Body: (object) - **success** (boolean) If request is succeed - **message** (string) A human readable error message - **context** (string) Context of error ### 500 Unexpected error #### Body: (object) - **success** (boolean) If request is succeed - **message** (string) A human readable error message - **context** (string) Context of error [Powered by Bump.sh](https://bump.sh)