POST api/Common/UploadAttachments
Request Information
URI Parameters
None.
Body Parameters
ReqAttachmentObj| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | string |
None. |
|
| ChkType | string |
None. |
|
| Folder | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"guid": "sample string 1",
"ChkType": "sample string 2",
"Folder": "sample string 3"
}
text/xml
Sample:
<CommonController.ReqAttachmentObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iERPAPI.Controllers"> <ChkType>sample string 2</ChkType> <Folder>sample string 3</Folder> <guid>sample string 1</guid> </CommonController.ReqAttachmentObj>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |