POST api/{database}/GetNextJournalTransactionCommand?fiscalYear={fiscalYear}&journalId={journalId}
Execute the GetNextJournalTransactionCommand
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
fiscalYear | The fiscalYear. |
Define this parameter in the request URI. |
journalId | The journalId. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "nextJournalTransaction": 1 }
application/xml, text/xml
Sample:
<GetNextJournalTransactionCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Financial.Commands"> <NextJournalTransaction>1</NextJournalTransaction> </GetNextJournalTransactionCommand>