POST api/RenewalsProposal/FetchProductBrochureDocumentDownloadApiPath

Get product brochure download api path

Request Information

URI Parameters

None.

Body Parameters

ProductBrochureDocumentRequest
NameDescriptionTypeAdditional information
DocumentId

Identifier key of Document

integer

None.

PortalId

Identifier key of Portal

integer

None.

ProductId

Identifier key of Product

integer

None.

DocumentType

Type of the Document

string

None.

PortalLanguageId

Key identifier for Portal Language

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DocumentId": 1,
  "PortalId": 2,
  "ProductId": 1,
  "DocumentType": "sample string 3",
  "PortalLanguageId": 4
}

application/xml, text/xml

Sample:
<ProductBrochureDocumentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.API.Areas.Renewals.Models">
  <DocumentId>1</DocumentId>
  <DocumentType>sample string 3</DocumentType>
  <PortalId>2</PortalId>
  <PortalLanguageId>4</PortalLanguageId>
  <ProductId>1</ProductId>
</ProductBrochureDocumentRequest>

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.