Submission
This webhook is sent when a Sim Management submission completes.
Payload
{
"NotificationType": "SUBMISSION",
"Content" : {
"Id": "E4134334-4195-4503-A426-E7C866828DE2",
"Status" : "Complete"
}
}
Name | Type | Description |
---|---|---|
NotificationType | string | The type of notification for this Webhook. |
Content.Id | Guid | The Id of the Submission. |
Content.Status | string | The status of the Submission. Possible values: - "Pending" - "Validating" - "Invalid" - "Ready" - "Running" - "Cancelled" - "Failed" - "Complete" - "NetworkNotified" - "NetworkProcessing". |