POST api/v1/EInvoiceSubmissions?EInvMode={EInvMode}&ActivityTypeCode={ActivityTypeCode}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| salInvModelList | No documentation available. |
Define this parameter in the request body. |
| EInvMode | No documentation available. |
Define this parameter in the request URI. |
| ActivityTypeCode | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"SellingId": 1,
"SellingName": "sample string 2",
"SellingVal": 3.1,
"SellingDate": "2025-12-10T14:46:59.3563876-08:00",
"SellingNotes": "sample string 5",
"SellingType": "sample string 6",
"CustomerID": 7,
"CustomerName": "sample string 8",
"PaidVal": 9.1,
"RemainVal": 10.1,
"SellingDiscRatio": 11.1,
"SellingDisc": 12.1,
"SellingTot": 13.1,
"SellType": "sample string 14",
"StoreId": 1,
"StoreName": "sample string 15",
"SellingNo": "sample string 16",
"TreasuryId": 1,
"AgentId": 1,
"EntryUserId": 1,
"EntryUserName": "sample string 17",
"EntryUserDate": "sample string 18",
"DiscValueExt": 1.1,
"DiscRatioExt": 1.1,
"uuid": "sample string 19",
"longId": "sample string 20",
"BranchId": 1,
"BranchName": "sample string 21",
"EnterpriseId": 1,
"SaleTaxRatio": 1.1,
"SaleTax": 1.1,
"TotWithoutTax": 1.1,
"TaxGainComRatio": 1.1,
"TaxGainCom": 1.1,
"HasTaxGainCom": true,
"purchaseOrderReference": "sample string 22",
"purchaseOrderDescription": "sample string 23",
"salesOrderReference": "sample string 24",
"salesOrderDescription": "sample string 25",
"proformaInvoiceNumber": "sample string 26",
"CurrId": "sample string 27",
"CurrName": "sample string 28",
"CurrVal": 1.1,
"CurrRate": 1.1,
"FreeOfSalesTax": true,
"saleInvItems": [
{
"$id": "2",
"SerNo": 1,
"SellingId": 2,
"ItemId": 3,
"ItemNO": "sample string 4",
"ItemName": "sample string 5",
"ItemNameE": "sample string 6",
"Price": 7.1,
"DISC": 1.1,
"AvailableQty": 8.1,
"Qty": 9.1,
"UnitId": 10,
"UnitName": "sample string 11",
"Tot": 12.1,
"TotWithTax": 1.1,
"PricWithTax": 1.1,
"DetTaxSal": 1.1,
"DiscRatio": 1.1,
"DetTaxGainCom": 1.1,
"DetItemDescription": "sample string 13",
"SellingDetTaxTypes": [
{
"$id": "3",
"SellingDetTaxTypeId": 1,
"SerNo": 2,
"TaxTypeID": 3,
"TaxTypeRate": 1.1,
"TaxTypeAmount": 1.1,
"TaxTypeName": "sample string 4",
"TaxTypeCalcWayId": 1
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"issuer": {
"$id": "2",
"address": {
"$id": "3",
"branchID": "sample string 1",
"country": "sample string 2",
"governate": "sample string 3",
"regionCity": "sample string 4",
"street": "sample string 5",
"buildingNumber": "sample string 6",
"postalCode": "sample string 7",
"floor": "sample string 8",
"room": "sample string 9",
"landmark": "sample string 10",
"additionalInformation": "sample string 11"
},
"type": "sample string 1",
"id": "sample string 2",
"name": "sample string 3"
},
"receiver": {
"$ref": "2"
},
"documentType": "sample string 1",
"documentTypeVersion": "sample string 2",
"dateTimeIssued": "2025-12-10T14:46:59.418883-08:00",
"taxpayerActivityCode": "sample string 4",
"internalID": "sample string 5",
"purchaseOrderReference": "sample string 6",
"purchaseOrderDescription": "sample string 7",
"salesOrderReference": "sample string 8",
"salesOrderDescription": "sample string 9",
"proformaInvoiceNumber": "sample string 10",
"invoiceLines": [
{
"$id": "4",
"description": "sample string 1",
"itemType": "sample string 2",
"itemCode": "sample string 3",
"unitType": "sample string 4",
"quantity": 5.0,
"internalCode": "sample string 6",
"salesTotal": 7.0,
"total": 8.0,
"valueDifference": 9.0,
"totalTaxableFees": 10.0,
"netTotal": 11.0,
"itemsDiscount": 12.0,
"discount": {
"$id": "5",
"rate": 1.0,
"amount": 2.0
},
"unitValue": {
"$id": "6",
"currencySold": "sample string 1",
"amountEGP": 2.0
},
"taxableItems": [
{
"$id": "7",
"taxType": "sample string 1",
"amount": 2.0,
"subType": "sample string 3",
"rate": 4.0
},
{
"$ref": "7"
},
{
"$ref": "7"
}
]
},
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"totalDiscountAmount": 11.0,
"totalSalesAmount": 12.0,
"netAmount": 13.0,
"taxTotals": [
{
"$id": "8",
"taxType": "sample string 1",
"amount": 2.0
},
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"totalAmount": 14.0,
"extraDiscountAmount": 15.0,
"totalItemsDiscountAmount": 16.0
}