Skip to content

Manifest Complete

Notify WMS when a manifest has been completed in the WCS.

Direction WCS → WMS

HTTP Method POST

Path /manifest/manifestComplete

{
"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"
}

200: Manifest completion notification accepted

400: Invalid request data

401: Authentication failed

{
"message": "Manifest completion notification processed",
"manifestId": "MAN-2024-001",
"status": "SUCCESS"
}
{
"message": "Validation failed",
"errors": [
"manifestId is required",
"completedAt must be a valid timestamp"
]
}