POST api/OnHireOrder/GetEstimateImages

Request Information

URI Parameters

None.

Body Parameters

OnHireViewImageCL
NameDescriptionTypeAdditional information
ImagePathID

integer

None.

OrderId

integer

None.

OrderDetailId

integer

None.

OrderReferenceId

integer

None.

ImagePath

string

None.

ThambnilPath

string

None.

ImagePathsList

Collection of string

None.

ServerPathForZoomImage

string

None.

ServerPathForThumbnailImage

string

None.

Latitude

string

None.

Longitude

string

None.

Address

string

None.

IsDocument

boolean

None.

UserID

integer

None.

AddedDate

date

None.

AddedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

ImageNameWithExtention

string

None.

ImageArray

Collection of byte

None.

Image

Stream

None.

ImageBase

string

None.

IsActive

integer

None.

ImageCount

integer

None.

OrderStatus

integer

None.

OrderStatusstr

EnumOnhireStatus

None.

UnitNumber

string

None.

CSCAttachmentPath

string

None.

CSCGlobal

boolean

None.

CSCAttachmentId

integer

None.

CSCFileName

string

None.

isStatusVisible

boolean

None.

isuploadazure

boolean

None.

sharepath

string

None.

sharepathview

string

None.

containername

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ImagePathID": 1,
  "OrderId": 2,
  "OrderDetailId": 3,
  "OrderReferenceId": 4,
  "ImagePath": "sample string 5",
  "ThambnilPath": "sample string 6",
  "ImagePathsList": [
    "sample string 1",
    "sample string 2"
  ],
  "ServerPathForZoomImage": "sample string 7",
  "ServerPathForThumbnailImage": "sample string 8",
  "Latitude": "sample string 9",
  "Longitude": "sample string 10",
  "Address": "sample string 11",
  "IsDocument": true,
  "UserID": 13,
  "AddedDate": "2025-06-30T16:07:27.4274216+00:00",
  "AddedBy": 15,
  "UpdatedDate": "2025-06-30T16:07:27.4274216+00:00",
  "UpdatedBy": 17,
  "ImageNameWithExtention": "sample string 18",
  "ImageArray": "QEA=",
  "Image": null,
  "ImageBase": "sample string 19",
  "IsActive": 20,
  "ImageCount": 21,
  "OrderStatus": 22,
  "OrderStatusstr": 0,
  "UnitNumber": "sample string 23",
  "CSCAttachmentPath": "sample string 24",
  "CSCGlobal": true,
  "CSCAttachmentId": 26,
  "CSCFileName": "sample string 27",
  "isStatusVisible": true,
  "isuploadazure": true,
  "sharepath": "sample string 30",
  "sharepathview": "sample string 31",
  "containername": "sample string 32"
}

application/xml, text/xml

Sample:
<OnHireViewImageCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.OnHireOrder">
  <AddedBy>15</AddedBy>
  <AddedDate>2025-06-30T16:07:27.4274216+00:00</AddedDate>
  <Address>sample string 11</Address>
  <CSCAttachmentId>26</CSCAttachmentId>
  <CSCAttachmentPath>sample string 24</CSCAttachmentPath>
  <CSCFileName>sample string 27</CSCFileName>
  <CSCGlobal>true</CSCGlobal>
  <Image xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" />
  <ImageArray>QEA=</ImageArray>
  <ImageBase>sample string 19</ImageBase>
  <ImageCount>21</ImageCount>
  <ImageNameWithExtention>sample string 18</ImageNameWithExtention>
  <ImagePath>sample string 5</ImagePath>
  <ImagePathID>1</ImagePathID>
  <ImagePathsList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ImagePathsList>
  <IsActive>20</IsActive>
  <IsDocument>true</IsDocument>
  <Latitude>sample string 9</Latitude>
  <Longitude>sample string 10</Longitude>
  <OrderDetailId>3</OrderDetailId>
  <OrderId>2</OrderId>
  <OrderReferenceId>4</OrderReferenceId>
  <OrderStatus>22</OrderStatus>
  <OrderStatusstr>NotAvilable</OrderStatusstr>
  <ServerPathForThumbnailImage>sample string 8</ServerPathForThumbnailImage>
  <ServerPathForZoomImage>sample string 7</ServerPathForZoomImage>
  <ThambnilPath>sample string 6</ThambnilPath>
  <UnitNumber>sample string 23</UnitNumber>
  <UpdatedBy>17</UpdatedBy>
  <UpdatedDate>2025-06-30T16:07:27.4274216+00:00</UpdatedDate>
  <UserID>13</UserID>
  <containername>sample string 32</containername>
  <isStatusVisible>true</isStatusVisible>
  <isuploadazure>true</isuploadazure>
  <sharepath>sample string 30</sharepath>
  <sharepathview>sample string 31</sharepathview>
</OnHireViewImageCL>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.