11 lines
198 B
HTTP
11 lines
198 B
HTTP
### GET Invoice PDF
|
|
@order_id = 12345
|
|
GET {{api_url}}/invoices/pdf
|
|
Accept: application/json
|
|
Authorization: Bearer {{auth_token_superuser}}
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"id": {{order_id}}
|
|
}
|