POST ImageUpload/Estimate
Request Information
URI Parameters
None.
Body Parameters
Collection of EstImageUploadCL| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | integer |
None. |
|
| UserID | integer |
None. |
|
| UnitNumber | string |
None. |
|
| TrnsxnNo | string |
None. |
|
| DepotCode | string |
None. |
|
| EstimateId | integer |
None. |
|
| EstimateRefId | integer |
None. |
|
| Images | Collection of ImageItem |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CustomerID": 1,
"UserID": 2,
"UnitNumber": "sample string 3",
"TrnsxnNo": "sample string 4",
"DepotCode": "sample string 5",
"EstimateId": 6,
"EstimateRefId": 7,
"Images": [
{
"Url": "sample string 1",
"LineNo": 2
},
{
"Url": "sample string 1",
"LineNo": 2
}
]
},
{
"CustomerID": 1,
"UserID": 2,
"UnitNumber": "sample string 3",
"TrnsxnNo": "sample string 4",
"DepotCode": "sample string 5",
"EstimateId": 6,
"EstimateRefId": 7,
"Images": [
{
"Url": "sample string 1",
"LineNo": 2
},
{
"Url": "sample string 1",
"LineNo": 2
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfEstImageUploadCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOS.Custom.ECMS">
<EstImageUploadCL>
<CustomerID>1</CustomerID>
<DepotCode>sample string 5</DepotCode>
<EstimateId>6</EstimateId>
<EstimateRefId>7</EstimateRefId>
<Images>
<ImageItem>
<LineNo>2</LineNo>
<Url>sample string 1</Url>
</ImageItem>
<ImageItem>
<LineNo>2</LineNo>
<Url>sample string 1</Url>
</ImageItem>
</Images>
<TrnsxnNo>sample string 4</TrnsxnNo>
<UnitNumber>sample string 3</UnitNumber>
<UserID>2</UserID>
</EstImageUploadCL>
<EstImageUploadCL>
<CustomerID>1</CustomerID>
<DepotCode>sample string 5</DepotCode>
<EstimateId>6</EstimateId>
<EstimateRefId>7</EstimateRefId>
<Images>
<ImageItem>
<LineNo>2</LineNo>
<Url>sample string 1</Url>
</ImageItem>
<ImageItem>
<LineNo>2</LineNo>
<Url>sample string 1</Url>
</ImageItem>
</Images>
<TrnsxnNo>sample string 4</TrnsxnNo>
<UnitNumber>sample string 3</UnitNumber>
<UserID>2</UserID>
</EstImageUploadCL>
</ArrayOfEstImageUploadCL>
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.