# 批量确认申报 **PUT /waybills/{client_ref}/present** 批量确认提单下所有已确认(acknowledged)状态的申报。 **注意**: 只有 `acknowledged` 状态的申报才能被确认,其他状态的申报将被忽略。 ## Servers - production: https://app.gutline.eu/api/v1 (production) - sandbox: https://app-sandbox.gutline.eu/api/v1 (sandbox) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **client_ref** (string) 客户端参考号 ### Body: application/json (object) - **location_of_goods** (object) 货物位置信息(可选,用于更新货物位置) ## Responses ### 200 批量确认成功 #### 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)