GET api/eInvoiceOutgoing/{id}
İstek Bilgisi
URI Parametreleri
| İsim | Açıklama | Tip | Ek bilgi |
|---|---|---|---|
| id | integer |
Required |
Gövde Parametreleri
Yok.
Yanıt Bilgisi
Kaynak Açıklaması
InvoiceViewModel| İsim | Açıklama | Tip | Ek bilgi |
|---|---|---|---|
| Id | integer |
Yok. |
|
| UUID | string |
Yok. |
|
| InvoiceId | string |
Yok. |
|
| Direction | string |
Yok. |
|
| ProfileId | string |
Yok. |
|
| TypeCode | string |
Yok. |
|
| SaleTypeDescription | string |
Yok. |
|
| SendingTypeDescription | string |
Yok. |
|
| OrderRefernceNo | string |
Yok. |
|
| DocumentCurrency | string |
Yok. |
|
| IssueDate | date |
Yok. |
|
| PaymentDueDate | date |
Yok. |
|
| SenderTaxId | string |
Yok. |
|
| ReceiverTaxId | string |
Yok. |
|
| PartyName | string |
Yok. |
|
| StatusCode | string |
Yok. |
|
| StatusCodeDescription | string |
Yok. |
|
| TaxTotalAmount | decimal number |
Yok. |
|
| PayableAmount | decimal number |
Yok. |
|
| ReportCode | string |
Yok. |
|
| ReportDescription | string |
Yok. |
|
| Archived | boolean |
Yok. |
|
| HasMailSent | boolean |
Yok. |
|
| UserId | integer |
Yok. |
|
| HasRule | boolean |
Yok. |
|
| IsInRole | boolean |
Yok. |
|
| ColorCode | string |
Yok. |
|
| Acceptable | boolean |
Yok. |
|
| Rejectable | boolean |
Yok. |
|
| Deleteble | boolean |
Yok. |
|
| Cancelable | boolean |
Yok. |
|
| Archivable | boolean |
Yok. |
Yanıt Formatı
application/json, text/json
Örnek:
{
"id": 1,
"uuid": "sample string 2",
"invoiceId": "sample string 3",
"direction": "sample string 4",
"profileId": "sample string 5",
"typeCode": "sample string 6",
"saleTypeDescription": "sample string 7",
"sendingTypeDescription": "sample string 8",
"orderRefernceNo": "sample string 9",
"documentCurrency": "sample string 10",
"issueDate": "2025-12-14T05:12:57.4782413+03:00",
"paymentDueDate": "2025-12-14T05:12:57.4782413+03:00",
"senderTaxId": "sample string 12",
"receiverTaxId": "sample string 13",
"partyName": "sample string 14",
"statusCode": "sample string 15",
"statusCodeDescription": "sample string 16",
"taxTotalAmount": 17.0,
"payableAmount": 18.0,
"reportCode": "sample string 19",
"reportDescription": "sample string 20",
"archived": true,
"hasMailSent": true,
"userId": 23,
"hasRule": true,
"isInRole": true,
"colorCode": "sample string 26",
"acceptable": true,
"rejectable": true,
"deleteble": true,
"cancelable": true,
"archivable": true
}
text/html
Örnek:
{"id":1,"uuid":"sample string 2","invoiceId":"sample string 3","direction":"sample string 4","profileId":"sample string 5","typeCode":"sample string 6","saleTypeDescription":"sample string 7","sendingTypeDescription":"sample string 8","orderRefernceNo":"sample string 9","documentCurrency":"sample string 10","issueDate":"2025-12-14T05:12:57.4782413+03:00","paymentDueDate":"2025-12-14T05:12:57.4782413+03:00","senderTaxId":"sample string 12","receiverTaxId":"sample string 13","partyName":"sample string 14","statusCode":"sample string 15","statusCodeDescription":"sample string 16","taxTotalAmount":17.0,"payableAmount":18.0,"reportCode":"sample string 19","reportDescription":"sample string 20","archived":true,"hasMailSent":true,"userId":23,"hasRule":true,"isInRole":true,"colorCode":"sample string 26","acceptable":true,"rejectable":true,"deleteble":true,"cancelable":true,"archivable":true}
application/xml, text/xml
Örnek:
<InvoiceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DP.NetInvoice.View.Models"> <Acceptable>true</Acceptable> <Archivable>true</Archivable> <Archived>true</Archived> <Cancelable>true</Cancelable> <ColorCode>sample string 26</ColorCode> <Deleteble>true</Deleteble> <Direction>sample string 4</Direction> <DocumentCurrency>sample string 10</DocumentCurrency> <HasMailSent>true</HasMailSent> <HasRule>true</HasRule> <Id>1</Id> <InvoiceId>sample string 3</InvoiceId> <IsInRole>true</IsInRole> <IssueDate>2025-12-14T05:12:57.4782413+03:00</IssueDate> <OrderRefernceNo>sample string 9</OrderRefernceNo> <PartyName>sample string 14</PartyName> <PayableAmount>18</PayableAmount> <PaymentDueDate>2025-12-14T05:12:57.4782413+03:00</PaymentDueDate> <ProfileId>sample string 5</ProfileId> <ReceiverTaxId>sample string 13</ReceiverTaxId> <Rejectable>true</Rejectable> <ReportCode>sample string 19</ReportCode> <ReportDescription>sample string 20</ReportDescription> <SaleTypeDescription>sample string 7</SaleTypeDescription> <SenderTaxId>sample string 12</SenderTaxId> <SendingTypeDescription>sample string 8</SendingTypeDescription> <StatusCode>sample string 15</StatusCode> <StatusCodeDescription>sample string 16</StatusCodeDescription> <TaxTotalAmount>17</TaxTotalAmount> <TypeCode>sample string 6</TypeCode> <UUID>sample string 2</UUID> <UserId>23</UserId> </InvoiceViewModel>