Skip to content

Commit

Permalink
Auto update of meta-data.json (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: DannyvdSluijs <[email protected]>
  • Loading branch information
github-actions[bot] and DannyvdSluijs authored Oct 2, 2024
1 parent a2de0fc commit 82458a1
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion meta-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -113284,6 +113284,48 @@
"hidden": false,
"mandatory": false
},
{
"name": "InvoiceNumber",
"type": "Edm.Int32",
"description": "To set the invoice number",
"primaryKey": false,
"supportedMethods": {
"get": true,
"post": true,
"put": false,
"delete": false
},
"hidden": false,
"mandatory": false
},
{
"name": "PeppolCreationError",
"type": "Edm.String",
"description": "Contains the error message if an error occurred during the sending via peppol",
"primaryKey": false,
"supportedMethods": {
"get": true,
"post": true,
"put": false,
"delete": false
},
"hidden": false,
"mandatory": false
},
{
"name": "PeppolCreationSuccess",
"type": "Edm.String",
"description": "Contains information if sending via peppol was succesfully sent",
"primaryKey": false,
"supportedMethods": {
"get": true,
"post": true,
"put": false,
"delete": false
},
"hidden": false,
"mandatory": false
},
{
"name": "PostboxMessageCreationError",
"type": "Edm.String",
Expand Down Expand Up @@ -113396,10 +113438,24 @@
"hidden": false,
"mandatory": false
},
{
"name": "SendInvoiceViaPeppol",
"type": "Edm.Boolean",
"description": "Set to True if the invoice should be sent via peppol to the invoice customer.",
"primaryKey": false,
"supportedMethods": {
"get": true,
"post": true,
"put": false,
"delete": false
},
"hidden": false,
"mandatory": false
},
{
"name": "SendOutputBasedOnAccount",
"type": "Edm.Boolean",
"description": "Set to True if the output preference should be taken from the account. It will be either Document only, Email or Digital postbox. This option overrules both SendEmailToCustomer and SendInvoiceToCustomerPostbox. Take notes:The digital postbox option only available if the license has Mailbox feature set.",
"description": "Set to True if the output preference should be taken from the account. It will be either Document only, Email, Digital postbox or Peppol. This option overrules by SendEmailToCustomer, SendInvoiceToCustomerPostbox, SendInvoiceViaPeppol. Take notes:The digital postbox option only available if the license has Mailbox feature set.",
"primaryKey": false,
"supportedMethods": {
"get": true,
Expand Down

0 comments on commit 82458a1

Please sign in to comment.