POST API/Stock/GetInvoiceOutgoing
Request Information
URI Parameters
None.
Body Parameters
InvoiceOutgoingM| Name | Description | Type | Additional information |
|---|---|---|---|
| dtS | date |
None. |
|
| dtE | date |
None. |
|
| ID | globally unique identifier |
None. |
|
| Department_ID | integer |
None. |
|
| invoiceNumber | string |
None. |
|
| invoiceDate | date |
None. |
|
| isDelivered | boolean |
None. |
|
| typeOutgoing | integer |
None. |
|
| warehouse | integer |
None. |
|
| CreateDate | date |
None. |
|
| UpdateUser | globally unique identifier |
None. |
|
| UpdateDate | date |
None. |
|
| Comment | string |
None. |
|
| invoice_ID | globally unique identifier |
None. |
|
| StockOutgoings | Collection of StockOutgoingM |
None. |
Request Formats
application/json, text/json
Sample:
{
"dtS": "2026-03-18T05:00:15.1867716+05:00",
"dtE": "2026-03-18T05:00:15.1867716+05:00",
"ID": "eb0f96f7-177d-410b-9d33-62ffa7e72334",
"Department_ID": 1,
"invoiceNumber": "sample string 2",
"invoiceDate": "2026-03-18T05:00:15.1877703+05:00",
"isDelivered": true,
"typeOutgoing": 1,
"warehouse": 4,
"CreateDate": "2026-03-18T05:00:15.1887177+05:00",
"UpdateUser": "a685f793-ac3e-4cf6-8364-8c992c7830d4",
"UpdateDate": "2026-03-18T05:00:15.1887177+05:00",
"Comment": "sample string 5",
"invoice_ID": "284085e9-b241-4dfa-8c61-7a4f4450941c",
"StockOutgoings": [
{
"ID": "8fbd9ee1-3bdf-4129-a701-0a032d3b8025",
"Stock_ID": "b7291569-c043-4ecf-b2a4-b357261f712b",
"Quantity": 3.0,
"CreateDate": "2026-03-18T05:00:15.1896915+05:00",
"UpdatePerson_ID": "f52750e1-bd24-4ca4-a2c9-326b752290b6",
"Invoice_Details_ID": "d62129ea-d510-4ef7-95a1-169cc405a717",
"Price": 7.0,
"Sum": 8.0,
"StockIncoming_ID": "4a92eefe-e48b-4b7c-8577-096da361c106",
"UnitOfMeasurement": 1,
"InventoryNumber": 1,
"Stock": {
"ID": "c9b3db68-9bab-4ed0-8803-692bf999db69",
"Code": 2,
"Name": "sample string 3",
"CreateDate": "2026-03-18T05:00:15.1896915+05:00"
}
},
{
"ID": "8fbd9ee1-3bdf-4129-a701-0a032d3b8025",
"Stock_ID": "b7291569-c043-4ecf-b2a4-b357261f712b",
"Quantity": 3.0,
"CreateDate": "2026-03-18T05:00:15.1896915+05:00",
"UpdatePerson_ID": "f52750e1-bd24-4ca4-a2c9-326b752290b6",
"Invoice_Details_ID": "d62129ea-d510-4ef7-95a1-169cc405a717",
"Price": 7.0,
"Sum": 8.0,
"StockIncoming_ID": "4a92eefe-e48b-4b7c-8577-096da361c106",
"UnitOfMeasurement": 1,
"InventoryNumber": 1,
"Stock": {
"ID": "c9b3db68-9bab-4ed0-8803-692bf999db69",
"Code": 2,
"Name": "sample string 3",
"CreateDate": "2026-03-18T05:00:15.1896915+05:00"
}
}
]
}
application/xml, text/xml
Sample:
<InvoiceOutgoingM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarPark.Models.Basic">
<Comment>sample string 5</Comment>
<CreateDate>2026-03-18T05:00:15.1887177+05:00</CreateDate>
<Department_ID>1</Department_ID>
<ID>eb0f96f7-177d-410b-9d33-62ffa7e72334</ID>
<StockOutgoings>
<StockOutgoingM>
<CreateDate>2026-03-18T05:00:15.1896915+05:00</CreateDate>
<ID>8fbd9ee1-3bdf-4129-a701-0a032d3b8025</ID>
<InventoryNumber>1</InventoryNumber>
<Invoice_Details_ID>d62129ea-d510-4ef7-95a1-169cc405a717</Invoice_Details_ID>
<Price>7</Price>
<Quantity>3</Quantity>
<Stock>
<Code>2</Code>
<CreateDate>2026-03-18T05:00:15.1896915+05:00</CreateDate>
<ID>c9b3db68-9bab-4ed0-8803-692bf999db69</ID>
<Name>sample string 3</Name>
</Stock>
<StockIncoming_ID>4a92eefe-e48b-4b7c-8577-096da361c106</StockIncoming_ID>
<Stock_ID>b7291569-c043-4ecf-b2a4-b357261f712b</Stock_ID>
<Sum>8</Sum>
<UnitOfMeasurement>1</UnitOfMeasurement>
<UpdatePerson_ID>f52750e1-bd24-4ca4-a2c9-326b752290b6</UpdatePerson_ID>
</StockOutgoingM>
<StockOutgoingM>
<CreateDate>2026-03-18T05:00:15.1896915+05:00</CreateDate>
<ID>8fbd9ee1-3bdf-4129-a701-0a032d3b8025</ID>
<InventoryNumber>1</InventoryNumber>
<Invoice_Details_ID>d62129ea-d510-4ef7-95a1-169cc405a717</Invoice_Details_ID>
<Price>7</Price>
<Quantity>3</Quantity>
<Stock>
<Code>2</Code>
<CreateDate>2026-03-18T05:00:15.1896915+05:00</CreateDate>
<ID>c9b3db68-9bab-4ed0-8803-692bf999db69</ID>
<Name>sample string 3</Name>
</Stock>
<StockIncoming_ID>4a92eefe-e48b-4b7c-8577-096da361c106</StockIncoming_ID>
<Stock_ID>b7291569-c043-4ecf-b2a4-b357261f712b</Stock_ID>
<Sum>8</Sum>
<UnitOfMeasurement>1</UnitOfMeasurement>
<UpdatePerson_ID>f52750e1-bd24-4ca4-a2c9-326b752290b6</UpdatePerson_ID>
</StockOutgoingM>
</StockOutgoings>
<UpdateDate>2026-03-18T05:00:15.1887177+05:00</UpdateDate>
<UpdateUser>a685f793-ac3e-4cf6-8364-8c992c7830d4</UpdateUser>
<dtE>2026-03-18T05:00:15.1867716+05:00</dtE>
<dtS>2026-03-18T05:00:15.1867716+05:00</dtS>
<invoiceDate>2026-03-18T05:00:15.1877703+05:00</invoiceDate>
<invoiceNumber>sample string 2</invoiceNumber>
<invoice_ID>284085e9-b241-4dfa-8c61-7a4f4450941c</invoice_ID>
<isDelivered>true</isDelivered>
<typeOutgoing>1</typeOutgoing>
<warehouse>4</warehouse>
</InvoiceOutgoingM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>