POST api/PrintScreen

Request Information

URI Parameters

None.

Body Parameters

PrintScreenRequest
NameDescriptionTypeAdditional information
Title

string

None.

ClientName

string

None.

LenderName

string

None.

ProductName

string

None.

ApplicationRefId

string

None.

CloudProductTitle

string

None.

HeaderImageBase64

string

None.

HeaderImageType

ImageType

None.

PrintScreenHtmlContent

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Title": "sample string 1",
  "ClientName": "sample string 2",
  "LenderName": "sample string 3",
  "ProductName": "sample string 4",
  "ApplicationRefId": "sample string 5",
  "CloudProductTitle": "sample string 6",
  "HeaderImageBase64": "sample string 7",
  "HeaderImageType": 0,
  "PrintScreenHtmlContent": "sample string 8"
}

application/xml, text/xml

Sample:
<PrintScreenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Twenty7Tec.Common">
  <ApplicationRefId>sample string 5</ApplicationRefId>
  <ClientName>sample string 2</ClientName>
  <CloudProductTitle>sample string 6</CloudProductTitle>
  <HeaderImageBase64>sample string 7</HeaderImageBase64>
  <HeaderImageType>Jpeg</HeaderImageType>
  <LenderName>sample string 3</LenderName>
  <PrintScreenHtmlContent>sample string 8</PrintScreenHtmlContent>
  <ProductName>sample string 4</ProductName>
  <Title>sample string 1</Title>
</PrintScreenRequest>

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.