Header
Step 1: Get Operations
Step 2: Get Relationships
Tip: OData V2 requires $filter=MaintenanceOrder eq 'ORDER' on the entity set, not on a single key.
Paste Operations JSON (from Step 1)
Paste the operations JSON to see all operations and populate the relationship builder.
Paste Relationships JSON (from Step 2)
Paste the raw JSON (either the full {"d":{"results":[...]}} or just the results array). The tool will parse it and build DELETE URIs and a $batch payload.
Build NEW relationships (POST)
| Predecessor Op | Successor Op | Type (NF/AF/EF/SF) | Lag | Unit | |
|---|---|---|---|---|---|
DELETE URIs
// Generate to see DELETE URIs here
$batch (multipart/mixed) with DELETEs
// Build to see $batch payload here
POST payloads (array)
// Generate to see POST payloads here
POST URLs (navigation path per row)
// Generate to see POST URLs here