post https://api.evy.eu/v1/order_documents
Creates a document attached to an existing order.
Request
{
"order_id": "my-order-id",
"type": "purchase_receipt",
"url": "data:text/plain;charset=UTF-8;base64,dG90bw=="
}
Returns
An order document object is returned if the order creation succeeded. This call will return an error if something goes wrong.