GET api/Provider/GetProductPicturesByProductId?ErpCode={ErpCode}&ProductId={ProductId}&ApiKey={ApiKey}&AppName={AppName}&ExportExcel={ExportExcel}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ErpCode

string

None.

ProductId

integer

None.

ApiKey

string

None.

AppName

string

None.

ExportExcel

boolean

None.

Body Parameters

None.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
messages

Collection of string

None.

status

string

None.

data

Object

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "messages": [
    "sample string 1",
    "sample string 2"
  ],
  "status": "sample string 1",
  "data": {},
  "totalCount": 3
}