POST API/Stock/RemoveInvoiceOutgoing
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. |
|
| onlyUnattached | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"dtS": "2026-05-17T04:09:45.3848774+05:00",
"dtE": "2026-05-17T04:09:45.3848774+05:00",
"ID": "0d0f9e6f-39f7-4093-bd75-c2bac9b8cef0",
"Department_ID": 1,
"invoiceNumber": "sample string 2",
"invoiceDate": "2026-05-17T04:09:45.3848774+05:00",
"isDelivered": true,
"typeOutgoing": 1,
"warehouse": 4,
"CreateDate": "2026-05-17T04:09:45.3858618+05:00",
"UpdateUser": "faa7682b-610e-4bab-b19a-c99f42f13492",
"UpdateDate": "2026-05-17T04:09:45.3858618+05:00",
"Comment": "sample string 5",
"invoice_ID": "f4d56e46-1696-4429-b9c3-ff7469a89a81",
"StockOutgoings": [
{
"ID": "78bc2a74-cd7a-48bf-b1f5-2911bb64a48a",
"Stock_ID": "73d2651b-9def-42dc-b009-9e3aba8aa8a2",
"Quantity": 3.0,
"CreateDate": "2026-05-17T04:09:45.386841+05:00",
"UpdatePerson_ID": "5398f049-e2fd-4df1-9224-32ef18e34751",
"Invoice_Details_ID": "d8b04dc5-e2bc-46f0-8cbb-d76e28ffb39a",
"Price": 7.0,
"Sum": 8.0,
"StockIncoming_ID": "51906a3c-775a-4532-9085-fb9f57b8bcf8",
"UnitOfMeasurement": 1,
"InventoryNumber": 1,
"Stock": {
"ID": "d448c5c5-a18e-4d0f-a7ec-7f147c72fdc7",
"Code": 2,
"Name": "sample string 3",
"CreateDate": "2026-05-17T04:09:45.3878146+05:00"
}
},
{
"ID": "78bc2a74-cd7a-48bf-b1f5-2911bb64a48a",
"Stock_ID": "73d2651b-9def-42dc-b009-9e3aba8aa8a2",
"Quantity": 3.0,
"CreateDate": "2026-05-17T04:09:45.386841+05:00",
"UpdatePerson_ID": "5398f049-e2fd-4df1-9224-32ef18e34751",
"Invoice_Details_ID": "d8b04dc5-e2bc-46f0-8cbb-d76e28ffb39a",
"Price": 7.0,
"Sum": 8.0,
"StockIncoming_ID": "51906a3c-775a-4532-9085-fb9f57b8bcf8",
"UnitOfMeasurement": 1,
"InventoryNumber": 1,
"Stock": {
"ID": "d448c5c5-a18e-4d0f-a7ec-7f147c72fdc7",
"Code": 2,
"Name": "sample string 3",
"CreateDate": "2026-05-17T04:09:45.3878146+05:00"
}
}
],
"onlyUnattached": true
}
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-05-17T04:09:45.3858618+05:00</CreateDate>
<Department_ID>1</Department_ID>
<ID>0d0f9e6f-39f7-4093-bd75-c2bac9b8cef0</ID>
<StockOutgoings>
<StockOutgoingM>
<CreateDate>2026-05-17T04:09:45.386841+05:00</CreateDate>
<ID>78bc2a74-cd7a-48bf-b1f5-2911bb64a48a</ID>
<InventoryNumber>1</InventoryNumber>
<Invoice_Details_ID>d8b04dc5-e2bc-46f0-8cbb-d76e28ffb39a</Invoice_Details_ID>
<Price>7</Price>
<Quantity>3</Quantity>
<Stock>
<Code>2</Code>
<CreateDate>2026-05-17T04:09:45.3878146+05:00</CreateDate>
<ID>d448c5c5-a18e-4d0f-a7ec-7f147c72fdc7</ID>
<Name>sample string 3</Name>
</Stock>
<StockIncoming_ID>51906a3c-775a-4532-9085-fb9f57b8bcf8</StockIncoming_ID>
<Stock_ID>73d2651b-9def-42dc-b009-9e3aba8aa8a2</Stock_ID>
<Sum>8</Sum>
<UnitOfMeasurement>1</UnitOfMeasurement>
<UpdatePerson_ID>5398f049-e2fd-4df1-9224-32ef18e34751</UpdatePerson_ID>
</StockOutgoingM>
<StockOutgoingM>
<CreateDate>2026-05-17T04:09:45.386841+05:00</CreateDate>
<ID>78bc2a74-cd7a-48bf-b1f5-2911bb64a48a</ID>
<InventoryNumber>1</InventoryNumber>
<Invoice_Details_ID>d8b04dc5-e2bc-46f0-8cbb-d76e28ffb39a</Invoice_Details_ID>
<Price>7</Price>
<Quantity>3</Quantity>
<Stock>
<Code>2</Code>
<CreateDate>2026-05-17T04:09:45.3878146+05:00</CreateDate>
<ID>d448c5c5-a18e-4d0f-a7ec-7f147c72fdc7</ID>
<Name>sample string 3</Name>
</Stock>
<StockIncoming_ID>51906a3c-775a-4532-9085-fb9f57b8bcf8</StockIncoming_ID>
<Stock_ID>73d2651b-9def-42dc-b009-9e3aba8aa8a2</Stock_ID>
<Sum>8</Sum>
<UnitOfMeasurement>1</UnitOfMeasurement>
<UpdatePerson_ID>5398f049-e2fd-4df1-9224-32ef18e34751</UpdatePerson_ID>
</StockOutgoingM>
</StockOutgoings>
<UpdateDate>2026-05-17T04:09:45.3858618+05:00</UpdateDate>
<UpdateUser>faa7682b-610e-4bab-b19a-c99f42f13492</UpdateUser>
<dtE>2026-05-17T04:09:45.3848774+05:00</dtE>
<dtS>2026-05-17T04:09:45.3848774+05:00</dtS>
<invoiceDate>2026-05-17T04:09:45.3848774+05:00</invoiceDate>
<invoiceNumber>sample string 2</invoiceNumber>
<invoice_ID>f4d56e46-1696-4429-b9c3-ff7469a89a81</invoice_ID>
<isDelivered>true</isDelivered>
<onlyUnattached>true</onlyUnattached>
<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>