InvoiceLines
This is the area where all the details of the invoice items (goods/services) will be entered.
public class EInvoiceLineDto
{
public string Index { get; set; }
public string SellerCode { get; set; }
public string BuyerCode { get; set; }
public string Name { get; set; }
public string Description { get; set; }
public decimal Quantity { get; set; }
public string UnitType { get; set; }
public decimal Price { get; set; }
public decimal AllowanceTotal { get; set; }
public decimal KDVPercent { get; set; }
public decimal KDVTotal { get; set; }
public List<TaxDto> Taxes { get; set; }
public DeliveryInfoDto DeliveryInfo { get; set; }
public string ManufacturerCode { get; set; }
public string BrandName { get; set; }
public string ModelName { get; set; }
public string Note { get; set; }
public string OzelMatrahReason { get; set; }
public decimal OzelMatrahTotal { get; set; }
}Index
string Seçimli
This is the field where the item number of the invoice will be specified.
SellerCode
string Seçimli
This is the field where the product's seller code will be entered.
BuyerCode
string Seçimli
This is the field where the product's recipient code will be entered.
Name
string Zorunlu
This is the area where the product name will be entered.
Description
string Seçimli
This is the area where the product description will be entered.
Quantity
decimal Zorunlu
This is the field where the amount will be entered.
UnitType
string Zorunlu
This is the field where the unit type is entered. The possible values are listed under Unit Codes in the code lists section.
Price
string Zorunlu
This is the area where the product price will be entered.
AllowanceTotal
decimal Zorunlu
This is the field where the discount amount will be entered.
KDVPercent
decimal Zorunlu
This is the field where the product's VAT rate will be entered.
KDVTotal
decimal Zorunlu
This is the field where the total VAT amount of the product will be entered.
Taxes
List Seçimli
This is the area where other taxes to be added to the product are entered. The possible values are specified under Tax Codes in the code lists section.
TaxCode: This is the field where the tax code is entered.
stringZorunlu
Total: This is the field where the total tax amount will be entered.
decimalVergiye göre değişiklik gösterir.
Percent: This is the field where the tax rate will be entered.
decimalVergiye göre değişiklik gösterir.
Exp: If the tax entered is VAT withholding;
ManufacturerCode
string Seçimli
This is the field where the manufacturer code will be entered.
BrandName
string Seçimli
This is the field where the brand name will be entered.
ModelName
string Seçimli
This is the field where the model name will be entered.
Note
string Seçimli
This is the area where the note will be added.
OzelMatrahReason
string Seçimli
This is the field where the reason for the special tax base is entered. The possible values are specified under Special Tax Base Codes in the code lists section.
OzelMatrahTotal
decimal Seçimli
This is the field where the specific tax base amount will be entered.
DeliveryInfo
string Seçimli
GTIPNo
stringZorunluThis is the field where the GTIP (Customs Tariff Statistical Position) number will be entered.
DeliveryTermCode
stringZorunluThis is the field where the delivery terms for the goods/services are entered. The possible values are listed under Delivery Terms Codes in the code lists section.
TransportModeCode
stringZorunluThis is the field where the shipping method information is entered. The possible values are listed under Shipping Method Codes in the Code Lists section.
PackageBrandName
stringSeçimliThis is the field where the brand name of the container holding the goods/services will be entered.
ProductTraceID
stringZorunluThis is the field where the Customs Tracking Number will be entered.
PackageID
stringSeçimliThis is the field where the container number of the goods/services is entered.
PackageQuantity
decimalSeçimliThe quantity of containers holding the goods/services is entered.
PackageTypeCode
stringSeçimliThis field is for entering the type of container in which the goods/services are stored. Possible values are listed under Container Types in the code lists section.
Zorunlu
Address: Malın teslim yerine ait adres bilgisi girilir.
stringZorunlu
District: Malın teslim yerine ait ilçe bilgisi girilir.
stringZorunlu
City: Malın teslim yerine ait şehir bilgisi girilir.
stringZorunlu
Country: Malın teslim yerine ait ülke bilgisi girilir.
stringZorunlu
PostalCode: Malın teslim yerine ait posta kodu bilgisi girilir.
stringSeçimli
Phone: Malın teslim yerine ait telefon numarası bilgisi girilir.
stringSeçimli
Fax: Malın teslim yerine ait fax bilgisi girilir.
stringSeçimli
Mail: Malın teslim yerine ait mail bilgisi girilir.
stringSeçimli
WebSite: Malın teslim yerine ait web site bilgisi girilir.
stringSeçimli
Last updated