POST api/Migration/InsertImageLinePathForMultipleEstimates
Request Information
URI Parameters
None.
Body Parameters
InsertImageLinePathRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LineNo | integer |
None. |
|
| EstimateId | string |
None. |
|
| ImageName | string |
None. |
|
| UserId | integer |
None. |
|
| EntrySource | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LineNo": 1,
"EstimateId": "sample string 2",
"ImageName": "sample string 3",
"UserId": 4,
"EntrySource": 5
}
application/xml, text/xml
Sample:
<InsertImageLinePathRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOSPixelAPI.Controllers"> <EntrySource>5</EntrySource> <EstimateId>sample string 2</EstimateId> <ImageName>sample string 3</ImageName> <LineNo>1</LineNo> <UserId>4</UserId> </InsertImageLinePathRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |