Manifest Complete
Notify WMS when a manifest has been completed in the WCS.
Direction WCS → WMS
HTTP Method POST
Path /manifest/manifestComplete
Request Body
Section titled “Request Body”{ "manifestId": "MAN-2024-001", "manifestNumber": "MAN-2024-001", "completedAt": "2024-12-01T16:45:00Z", "completedBy": "jane.smith", "portId": "PORT-002", "totalLines": 15, "totalQuantity": 247, "status": "COMPLETED", "notes": "All items successfully processed"}Responses
Section titled “Responses”200: Manifest completion notification accepted
400: Invalid request data
401: Authentication failed
Success Response (200)
Section titled “Success Response (200)”{ "message": "Manifest completion notification processed", "manifestId": "MAN-2024-001", "status": "SUCCESS"}Error Response (400)
Section titled “Error Response (400)”{ "message": "Validation failed", "errors": [ "manifestId is required", "completedAt must be a valid timestamp" ]}