> ## Documentation Index
> Fetch the complete documentation index at: https://developer.elliephant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipient Details Send

> The data you send with the order creation

The details you send as part of the [POST/api/order](/api-reference/endpoint/orders/placeorder) or [POST/api/gift-link](/api-reference/endpoint/orders/placegiftorder) method in the `recipient_details` field.

Some fields are only required in one method or the other

| Field                                                               | Description                                                                                                                                                        |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `first_name`                                                        | The first name of your recipient                                                                                                                                   |
| `last_name`                                                         | The last name of your recipient                                                                                                                                    |
| `email`                                                             | The full email address of your recipient                                                                                                                           |
| `phone_number` <br /> *Only requrired for POST/api/order*           | The phone number of your recipient                                                                                                                                 |
| `delivery_address` <br /> *Only requrired for POST/api/order*       | An array containing the address of the recipient. You can find more information about the information contained in this value [here](/orders/send-deliveryaddress) |
| `redemption_message` <br /> *Only requrired for POST/api/gift-link* | The message that gets attached to your gifting link                                                                                                                |
