POST api/{database}/ProcessAssemblyOrderCommand?journalId={journalId}&fiscalYear={fiscalYear}&periodNumber={periodNumber}&transactionDate={transactionDate}&documentNumber={documentNumber}&orderId={orderId}&journalTransaction={journalTransaction}&assemblyDate={assemblyDate}&quantity={quantity}&warehouseId={warehouseId}
No Documentation Found.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| journalId | No Documentation Found. |
Define this parameter in the request URI. |
| fiscalYear | No Documentation Found. |
Define this parameter in the request URI. |
| periodNumber | No Documentation Found. |
Define this parameter in the request URI. |
| transactionDate | No Documentation Found. |
Define this parameter in the request URI. |
| documentNumber | No Documentation Found. |
Define this parameter in the request URI. |
| orderId | No Documentation Found. |
Define this parameter in the request URI. |
| journalTransaction | No Documentation Found. |
Define this parameter in the request URI. |
| assemblyDate | No Documentation Found. |
Define this parameter in the request URI. |
| quantity | No Documentation Found. |
Define this parameter in the request URI. |
| warehouseId | No Documentation Found. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"assemblyDate": "2026-06-19T06:58:29.8332585",
"documentNumber": "sample string 1",
"error": "sample string 2",
"fiscalYear": 3,
"journalId": "sample string 4",
"journalTransaction": 1,
"orderId": "sample string 5",
"periodNumber": 6,
"quantity": 1,
"transactionDate": "2026-06-19T06:58:29.8332585",
"warehouseId": "sample string 8"
}
application/xml, text/xml
Sample:
<ProcessAssemblyOrderCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Logistics.Commands"> <AssemblyDate>2026-06-19T06:58:29.8332585+02:00</AssemblyDate> <DocumentNumber>sample string 1</DocumentNumber> <Error>sample string 2</Error> <FiscalYear>3</FiscalYear> <JournalId>sample string 4</JournalId> <JournalTransaction>1</JournalTransaction> <OrderId>sample string 5</OrderId> <PeriodNumber>6</PeriodNumber> <Quantity>1</Quantity> <TransactionDate>2026-06-19T06:58:29.8332585+02:00</TransactionDate> <WarehouseId>sample string 8</WarehouseId> </ProcessAssemblyOrderCommand>