GET api/ContractObject/DownloadContractObjectPALearningModuleVendor?vendorContractNo={vendorContractNo}
Download Vendor LearningModule excel
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorContractNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ExcelView| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
None. |
|
| Base64Content | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"fileName": "sample string 1",
"base64Content": "sample string 2"
}