GET api/ContractObject/DownloadContractObjectPALearningModuleVendor?vendorContractNo={vendorContractNo}

Download Vendor LearningModule excel

Request Information

URI Parameters

NameDescriptionTypeAdditional information
vendorContractNo

integer

Required

Body Parameters

None.

Response Information

Resource Description

ExcelView
NameDescriptionTypeAdditional information
FileName

string

None.

Base64Content

string

None.

Response Formats

application/json, text/json

Sample:
{
  "fileName": "sample string 1",
  "base64Content": "sample string 2"
}