POST api/UsedCars/UsedCars_PicInfo
Request Information
URI Parameters
None.
Body Parameters
PictureInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadId | string |
None. |
|
| PictureId | string |
None. |
|
| Pic_URL | string |
None. |
|
| Pic_Type | string |
None. |
|
| Pic_Date | date |
None. |
|
| UserId | string |
None. |
|
| Status | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| Condition | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadId": "sample string 1",
"PictureId": "sample string 2",
"Pic_URL": "sample string 3",
"Pic_Type": "sample string 4",
"Pic_Date": "2026-03-04T09:20:43.7542849-08:00",
"UserId": "sample string 5",
"Status": "sample string 6",
"CreatedDate": "2026-03-04T09:20:43.7552864-08:00",
"UpdatedDate": "2026-03-04T09:20:43.7552864-08:00",
"UpdatedBy": "sample string 7",
"Condition": "sample string 8"
}
application/xml, text/xml
Sample:
<PictureInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.UsedCars"> <Condition>sample string 8</Condition> <CreatedDate>2026-03-04T09:20:43.7552864-08:00</CreatedDate> <LeadId>sample string 1</LeadId> <Pic_Date>2026-03-04T09:20:43.7542849-08:00</Pic_Date> <Pic_Type>sample string 4</Pic_Type> <Pic_URL>sample string 3</Pic_URL> <PictureId>sample string 2</PictureId> <Status>sample string 6</Status> <UpdatedBy>sample string 7</UpdatedBy> <UpdatedDate>2026-03-04T09:20:43.7552864-08:00</UpdatedDate> <UserId>sample string 5</UserId> </PictureInfo>
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. |