---
title: "Delivery Job Created"
method: POST
path: "/orders/{id}/deliveryJob/created"
tags: ["POS Platform Order API Webhooks"]
---

# Delivery Job Created

`POST /orders/{id}/deliveryJob/created`

This endpoint is used to send a Delivery Job Created notification, once the status of an order delivery job is marked as created on the Grubtech platform.

## Path parameters

- `id` string, required

## Request body

- DeliveryJobCreated
  - `referance` string, required — Reference id for the delivery job provided by delivery partner
  - `trackingId` string — Delivery tracking id
  - `tackingUrl` string — Delivery tracking url.
  - `deliveryPartner` string — The name of the delivery partner
  - `timestamp` string, date-time, required — Timestamp at the delivery job created

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — The specified resource was not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/versions/21688b6dcb69/schema)
