Requisition Created (POST)
Event Type
requisition_created
Summary
Requisition created event delivery
Delivery
- Method:
POST - Content-Type:
application/json - Delivery guarantee: at-least-once
Delivery Headers
| Header | Description |
|---|---|
| Content-Type | Always application/json. |
| X-Requidex-Event | Event type (requisition_created). |
| X-Requidex-Event-Id | Unique event delivery id. |
| X-Requidex-Signature | HMAC SHA-256 signature of the raw request body. |
| X-Requidex-Timestamp | UTC timestamp used when signing the payload. |
Payload Fields
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | |
| type | string | Yes | |
| createdAt | string | Yes | |
| data | object | Yes | Show child attributes
|
Payload Example
{
"id": "evt_01HYZ4KQJ4A9H2J7QZ8A4R7X9M",
"type": "requisition_created",
"createdAt": "2026-02-24T15:05:43.455Z",
"data": {
"requisition": {
"id": "req_01HYZ4JX2N2Q5F18J3Y41H8A2C"
}
}
}