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

# Edifact outbound desadv

> Wire-ready UN/EDIFACT DESADV interchange

### Path parameters

<ParamField path="partner_id" type="string" required>
  Partner ID
</ParamField>

### Response

No response body. Wire-ready UN/EDIFACT DESADV interchange.

### Status codes

| Code  | Meaning                                  |
| ----- | ---------------------------------------- |
| `200` | Wire-ready UN/EDIFACT DESADV interchange |
| `403` | Not this credential's partner            |
| `422` | Invalid payload                          |

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url 'https://edi.stateset.com/v1/edifact/outbound/desadv/{partner_id}' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
