POST api/PDF/InvoicePDFGenerator

Request Information

URI Parameters

None.

Body Parameters

InvoicePDFGeneratorVM
NameDescriptionTypeAdditional information
InvoiceXML

string

None.

InvoiceCodeProtheus

string

None.

ClientId

integer

None.

GroupCompanyId

integer

None.

GroupCompanySubsidiaryId

integer

None.

HashKey

string

None.

Username

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InvoiceXML": "sample string 1",
  "InvoiceCodeProtheus": "sample string 2",
  "ClientId": 3,
  "GroupCompanyId": 4,
  "GroupCompanySubsidiaryId": 5,
  "HashKey": "sample string 6",
  "Username": "sample string 7",
  "Password": "sample string 8"
}

application/xml, text/xml

Sample:
<InvoicePDFGeneratorVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDFGenerator.Models">
  <ClientId>3</ClientId>
  <GroupCompanyId>4</GroupCompanyId>
  <GroupCompanySubsidiaryId>5</GroupCompanySubsidiaryId>
  <HashKey>sample string 6</HashKey>
  <InvoiceCodeProtheus>sample string 2</InvoiceCodeProtheus>
  <InvoiceXML>sample string 1</InvoiceXML>
  <Password>sample string 8</Password>
  <Username>sample string 7</Username>
</InvoicePDFGeneratorVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.