POST api/File/PostFormData
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": "sample string 1", "code": 2, "message": "sample string 3" }
application/xml, text/xml
Sample:
<SingleApiResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi"> <Code>2</Code> <Message>sample string 3</Message> <Data>sample string 1</Data> </SingleApiResponseOfstring>