# 按提单批量申报 **POST /waybills** 批量创建申报 ## Servers - production: https://app.gutline.eu/api/v1 (production) - sandbox: https://app-sandbox.gutline.eu/api/v1 (sandbox) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **template_code** (string) 申报模板代码 - **client_ref** (string) 批次号 - **declarations** (array[object]) 申报列表 ## Responses ### 201 提单创建成功 #### Body: application/json (object) - **id** (integer(int64)) 提单 ID - **template_code** (string) 申报模板代码 - **client_ref** (string) 批次号 - **declarations** (array[object]) 申报列表 - **created_at** (string(date-time)) 创建时间 - **updated_at** (string(date-time)) 更新时间 ### 422 验证失败 #### Body: application/json (object) - **error** (string) - **errors** (object) [Powered by Bump.sh](https://bump.sh)