# ImpiloCreateProcurementRequest

Model ID: `ImpiloCreateProcurementRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `current_status` | `string` | No |  |  |  | Yes |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `procurement_events` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `procurement_items` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `procurement_type` | `string` | No |  |  |  | Yes |  |
| `tracking_numbers` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
