POST api/Invoice/ModifyInvoiceCopies
Request Information
URI Parameters
None.
Body Parameters
InvoiceCopyName | 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>b2d36e89-297d-4650-9c4e-87a412b025be</MpSGUID> <CopyNumber>1</CopyNumber> <CreatedDate>2024-11-21T14:38:38.1034654+01:00</CreatedDate> <Description>sample string 2</Description> </InvoiceCopy>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UpdateResultName | 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>