POST api/pop/AddProdImage?app_key={app_key}&access_token={access_token}&timestamp={timestamp}&sign={sign}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
app_key

app_key

string

None.

access_token

access_token

string

None.

timestamp

timestamp

string

None.

sign

sign

string

None.

Body Parameters

prodctImageParam
NameDescriptionTypeAdditional information
Id

integer

None.

StockId

integer

None.

ImgUrl

string

None.

DealerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "StockId": 2,
  "ImgUrl": "sample string 3",
  "DealerId": 4
}

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.