mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-06 10:03:38 +00:00
add draft declaration
This commit is contained in:
@@ -705,6 +705,10 @@ export const bookingsService = {
|
||||
return unwrap(response.data) as BookingDetail;
|
||||
},
|
||||
|
||||
/** Skip the draft-declaration round — file the real declaration directly; duty & tax passes by default. */
|
||||
skipDraftDeclaration: (id: string) =>
|
||||
postBooking<BookingDetail>(B.CLEARANCE_DRAFT_DECLARATION_SKIP(id)),
|
||||
|
||||
finalizePreClearance: (id: string) =>
|
||||
postBooking<BookingDetail>(B.CLEARANCE_FINALIZE_PRE(id)),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user