POST api/{database}/GetInvoiceUblCommand/ExecuteAndGenerateDocument?invoiceId={invoiceId}&embeddedDocumentName={embeddedDocumentName}&style={style}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
invoiceId No Documentation Found.

Define this parameter in the request URI.

embeddedDocumentName No Documentation Found.

Define this parameter in the request URI.

style No Documentation Found.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "embeddedDocument": "QEBA",
  "embeddedDocumentName": "sample string 1",
  "errorMessage": "sample string 2",
  "forWeb": true,
  "invoiceId": "sample string 4",
  "openPeppolValidationFormat": "sample string 5",
  "result": true,
  "style": 0,
  "ublMessage": "sample string 7",
  "ublMessageEncodedData": "QEBA"
}

application/xml, text/xml

Sample:
<GetInvoiceUblCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Sales.Commands">
  <EmbeddedDocument>QEBA</EmbeddedDocument>
  <EmbeddedDocumentName>sample string 1</EmbeddedDocumentName>
  <ErrorMessage>sample string 2</ErrorMessage>
  <ForWeb>true</ForWeb>
  <InvoiceId>sample string 4</InvoiceId>
  <OpenPeppolValidationFormat>sample string 5</OpenPeppolValidationFormat>
  <Result>true</Result>
  <Style>Undefined</Style>
  <UblMessage>sample string 7</UblMessage>
  <UblMessageEncodedData>QEBA</UblMessageEncodedData>
</GetInvoiceUblCommand>