POST api/{database}/GetInvoiceIdCommand

Execute the GetInvoiceIdCommand



Response Information

Response body formats

application/json, text/json

Sample:
{
  "result": "sample string 1"
}

application/xml, text/xml

Sample:
<GetInvoiceIdCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Financial.Commands">
  <Result>sample string 1</Result>
</GetInvoiceIdCommand>