POST api/project/uploadtestimonal
To upload document
Request Information
URI Parameters
None.
Body Parameters
mlTestimonal| Name | description | Type | Additional information |
|---|---|---|---|
| projectid | integer |
None. |
|
| DocumentType | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Testimonal | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Description": "sample string 4",
"DocumentType": "sample string 2",
"Testimonal": "sample string 5",
"Title": "sample string 3",
"projectid": 1
}
application/xml, text/xml
Sample:
<mlTestimonal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Project"> <Description>sample string 4</Description> <DocumentType>sample string 2</DocumentType> <Testimonal>sample string 5</Testimonal> <Title>sample string 3</Title> <projectid>1</projectid> </mlTestimonal>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |