POST api/ECMS/GetEIREntry_Attachments
Request Information
URI Parameters
None.
Body Parameters
EIRAttachmentInfoName | Description | Type | Additional information |
---|---|---|---|
GetMoveId | integer |
None. |
|
IsDoc | boolean |
None. |
|
customerCode | integer |
None. |
|
DeleteAttachmentId | integer |
None. |
|
OrigImagePath | string |
None. |
|
UnitNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "GetMoveId": 1, "IsDoc": true, "customerCode": 3, "DeleteAttachmentId": 4, "OrigImagePath": "sample string 5", "UnitNumber": "sample string 6" }
application/xml, text/xml
Sample:
<EIRAttachmentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.ECMS"> <DeleteAttachmentId>4</DeleteAttachmentId> <GetMoveId>1</GetMoveId> <IsDoc>true</IsDoc> <OrigImagePath>sample string 5</OrigImagePath> <UnitNumber>sample string 6</UnitNumber> <customerCode>3</customerCode> </EIRAttachmentInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.