POST api/Quotation/ModifiedPDF

Request Information

URI Parameters

None.

Body Parameters

PDFInfo
NameDescriptionTypeAdditional information
ImageBase64

string

None.

SalesDocNo

string

None.

SignatureFrom

string

None.

IsCustomer

boolean

None.

PageNoToBeSigned

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ImageBase64": "sample string 1",
  "SalesDocNo": "sample string 2",
  "SignatureFrom": "sample string 3",
  "IsCustomer": true,
  "PageNoToBeSigned": "sample string 5"
}

multipart/form-data, text/plain

Sample:
{"ImageBase64":"sample string 1","SalesDocNo":"sample string 2","SignatureFrom":"sample string 3","IsCustomer":true,"PageNoToBeSigned":"sample string 5"}

application/xml, text/xml

Sample:
<FO_API_Utilities_GLOBAL_Class.PDFInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FO_API_Utilities">
  <ImageBase64>sample string 1</ImageBase64>
  <IsCustomer>true</IsCustomer>
  <PageNoToBeSigned>sample string 5</PageNoToBeSigned>
  <SalesDocNo>sample string 2</SalesDocNo>
  <SignatureFrom>sample string 3</SignatureFrom>
</FO_API_Utilities_GLOBAL_Class.PDFInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PDFInfo'.

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.