Siparişi faturaya dönüştürür.
Last updated
Last updated
POST /marketplace/Invoices HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 290
{
"InvoiceSend": [
{
"UUID": "123e4567-e89b-12d3-a456-426614174000",
"Serie": "text",
"TemplateUUID": "123e4567-e89b-12d3-a456-426614174000",
"Aliases": "text",
"IssueDate": "2026-02-19T16:05:03.091Z",
"ExchangeRate": 1,
"KDVExemptionReasonCode": "text"
}
],
"StoreUUID": "123e4567-e89b-12d3-a456-426614174000"
}[
{
"IsSuccess": true,
"OrderNumber": "text",
"InvoiceDetail": {
"InvoiceNumber": "text",
"UUID": "text"
},
"ErrorDetail": [
{
"Code": "TaxNumberNotRecordedForCompany",
"Description": "text",
"Detail": "text"
}
]
}
]