POST api/Invoice/mergeInvoiceRunDocs

Request Information

URI Parameters

None.

Body Parameters

InvoiceRunGetResult
NameDescriptionTypeAdditional information
InvoiceRunId

integer

None.

GeneratedPdf

Collection of byte

None.

Description

string

None.

Notes

string

None.

MembershipYear

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifiedDate

date

None.

ModifiedBy

integer

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "InvoiceRunId": 1,
  "GeneratedPdf": "QEA=",
  "Description": "sample string 2",
  "Notes": "sample string 3",
  "MembershipYear": 1,
  "CreatedDate": "2024-11-26T17:36:12.9288736+02:00",
  "CreatedBy": 5,
  "ModifiedDate": "2024-11-26T17:36:12.9288736+02:00",
  "ModifiedBy": 1,
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<InvoiceRunGetResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo">
  <CreatedBy>5</CreatedBy>
  <CreatedDate>2024-11-26T17:36:12.9288736+02:00</CreatedDate>
  <Description>sample string 2</Description>
  <GeneratedPdf>QEA=</GeneratedPdf>
  <InvoiceRunId>1</InvoiceRunId>
  <IsDeleted>true</IsDeleted>
  <MembershipYear>1</MembershipYear>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2024-11-26T17:36:12.9288736+02:00</ModifiedDate>
  <Notes>sample string 3</Notes>
</InvoiceRunGetResult>

multipart/form-data

Sample:
<InvoiceRunGetResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"><CreatedBy>5</CreatedBy><CreatedDate>2024-11-26T17:36:12.9288736+02:00</CreatedDate><Description>sample string 2</Description><GeneratedPdf>QEA=</GeneratedPdf><InvoiceRunId>1</InvoiceRunId><IsDeleted>true</IsDeleted><MembershipYear>1</MembershipYear><ModifiedBy>1</ModifiedBy><ModifiedDate>2024-11-26T17:36:12.9288736+02:00</ModifiedDate><Notes>sample string 3</Notes></InvoiceRunGetResult>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.