POST api/Booking/Attachments/DownloadAttachments
Request Information
URI Parameters
None.
Body Parameters
DownloadAttachmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AttachmentID | Collection of globally unique identifier |
None. |
|
| IFSAttachmentID | integer |
None. |
|
| SourceType_ID | string |
None. |
|
| FileName | string |
None. |
|
| DownloadType | DownloadTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"AttachmentID": [
"a7010f1e-c6c8-4ba1-b4f5-a37642006148",
"4058fec0-7a56-47a7-af34-1ae8c2b2be5d"
],
"IFSAttachmentID": 1,
"SourceType_ID": "sample string 1",
"FileName": "sample string 2",
"DownloadType": 1
}
application/xml, text/xml
Sample:
<DownloadAttachmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
<AttachmentID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a7010f1e-c6c8-4ba1-b4f5-a37642006148</d2p1:guid>
<d2p1:guid>4058fec0-7a56-47a7-af34-1ae8c2b2be5d</d2p1:guid>
</AttachmentID>
<DownloadType>DownloadAttachments</DownloadType>
<FileName>sample string 2</FileName>
<IFSAttachmentID>1</IFSAttachmentID>
<SourceType_ID>sample string 1</SourceType_ID>
</DownloadAttachmentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"AttachmentID":["a7010f1e-c6c8-4ba1-b4f5-a37642006148","4058fec0-7a56-47a7-af34-1ae8c2b2be5d"],"IFSAttachmentID":1,"SourceType_ID":"sample string 1","FileName":"sample string 2","DownloadType":1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.