POST api/v1/attachments
Request Information
URI Parameters
None.
Body Parameters
AttachmentSearchName | Description | Type | Additional information |
---|---|---|---|
ParameterName | string |
None. |
|
ParameterValue | string |
None. |
|
PageNumber | integer |
None. |
|
ResultsPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ParameterName": "sample string 1", "ParameterValue": "sample string 2", "PageNumber": 3, "ResultsPerPage": 4 }
application/xml, text/xml
Sample:
<AttachmentSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Matrix.EmailUploadService.Common"> <PageNumber>3</PageNumber> <ParameterName>sample string 1</ParameterName> <ParameterValue>sample string 2</ParameterValue> <ResultsPerPage>4</ResultsPerPage> </AttachmentSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IAttachmentSearchResultsName | Description | Type | Additional information |
---|---|---|---|
PageNumber | integer |
None. |
|
NumResultsPerPage | integer |
None. |
|
NumResultsTotal | integer |
None. |
|
Results | Object |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.