POST api/{programid}/File/Upload
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
programid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
UploadFileResponseName | Description | Type | Additional information |
---|---|---|---|
FilePath | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "FilePath": "sample string 1" }
application/xml, text/xml
Sample:
<UploadFileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPL.Services.WebApi.Models.File"> <FilePath>sample string 1</FilePath> </UploadFileResponse>