GET api/Warehouses/ReadOffice365EmailAttachment
Request Information
URI Parameters
None.
Body Parameters
EmailAttachmentModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CId | integer |
None. |
|
TId | integer |
None. |
|
Path | string |
None. |
|
ContentType | string |
None. |
|
Name | string |
None. |
|
AttachmentToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "CId": 2, "TId": 3, "Path": "sample string 4", "ContentType": "sample string 5", "Name": "sample string 6", "AttachmentToken": "sample string 7" }
application/xml, text/xml
Sample:
<EmailAttachmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS"> <AttachmentToken>sample string 7</AttachmentToken> <CId>2</CId> <ContentType>sample string 5</ContentType> <Id>1</Id> <Name>sample string 6</Name> <Path>sample string 4</Path> <TId>3</TId> </EmailAttachmentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Id":1,"CId":2,"TId":3,"Path":"sample string 4","ContentType":"sample string 5","Name":"sample string 6","AttachmentToken":"sample string 7"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.