The Class ValidateInvoiceRequestDto.
| name | data type | description |
|---|---|---|
| invoiceId | number | The invoiceId. |
| generateAO | boolean | generate AO |
| refreshExchangeRate | boolean | Refresh exchange rate |
| skipValidation | boolean | if true then validation is ignored, if false or missing then invoice goes through validation process (false as default value) |
Example
{
"invoiceId" : 12345,
"generateAO" : true,
"refreshExchangeRate" : true,
"skipValidation" : true
}