POST api/Invoice/ModifyInvoiceCopies
Request Information
URI Parameters
None.
Body Parameters
InvoiceCopy| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceYear | integer |
None. |
|
| InvoiceBook | string |
None. |
|
| InvoiceNumber | integer |
None. |
|
| MpSGUID | globally unique identifier |
None. |
|
| CopyNumber | integer |
None. |
|
| CreatedDate | date |
None. |
|
| Description | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<InvoiceCopy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <InvoiceYear>1</InvoiceYear> <InvoiceBook>sample string 1</InvoiceBook> <InvoiceNumber>1</InvoiceNumber> <MpSGUID>b0a820be-efd0-4c25-8c2a-4fd1d97b640f</MpSGUID> <CopyNumber>1</CopyNumber> <CreatedDate>2025-11-03T07:58:48.429638+01:00</CreatedDate> <Description>sample string 2</Description> </InvoiceCopy>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UpdateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultCode | ExternalResultCode |
None. |
|
| Errors | Collection of Error |
None. |
Response Formats
application/xml, text/xml
Sample:
<UpdateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ResultCode>None</ResultCode>
<Errors>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
</Errors>
</UpdateResult>