POST api/Invoice/ModifyInvoiceCopies

Request Information

URI Parameters

None.

Body Parameters

InvoiceCopy
NameDescriptionTypeAdditional 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>4a4e9e14-d338-420b-9c94-66196e69ea5b</MpSGUID>
  <CopyNumber>1</CopyNumber>
  <CreatedDate>2024-05-01T14:24:45.3097341+02:00</CreatedDate>
  <Description>sample string 2</Description>
</InvoiceCopy>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UpdateResult
NameDescriptionTypeAdditional 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>