POST get/Attchment
Request Information
URI Parameters
None.
Body Parameters
DtoAttachmentDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| JobId | string |
None. |
|
| Filename | string |
None. |
|
| Id | integer |
None. |
|
| QueryName | string |
None. |
|
| Index | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobId": "sample string 1",
"Filename": "sample string 2",
"Id": 3,
"QueryName": "sample string 4",
"Index": 5
}
application/xml, text/xml
Sample:
<DtoAttachmentDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.ContentServicePaltform.Interface.Business.Dtos.AttachmentDetail"> <Filename>sample string 2</Filename> <Id>3</Id> <Index>5</Index> <JobId>sample string 1</JobId> <QueryName>sample string 4</QueryName> </DtoAttachmentDetail>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.