Faturayı mağazaya gönderir.
Sipariş için oluşturulan faturanın mağazaya yüklenmesi sırasında hata alınması durumunda, ilgili faturayı yeniden mağazaya gönderir.
Last updated
POST /marketplace/Invoices/SendStore HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 103
{
"OrderUUID": "123e4567-e89b-12d3-a456-426614174000",
"StoreUUID": "123e4567-e89b-12d3-a456-426614174000"
}[
{
"IsSuccess": true,
"OrderNumber": "text",
"InvoiceDetail": {
"InvoiceNumber": "text",
"UUID": "text",
"TaxNumber": "text",
"DocumentType": "text"
},
"ErrorDetail": [
{
"Code": "TaxNumberNotRecordedForCompany",
"Description": "text",
"Detail": "text"
}
]
}
]