GET api/WMS/StdPhoto?Productid={Productid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Productid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_Inspection_StdPhoto_Result
NameDescriptionTypeAdditional information
ProductId

integer

None.

PhotoFileName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProductId": 1,
    "PhotoFileName": "sample string 2"
  },
  {
    "ProductId": 1,
    "PhotoFileName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_Inspection_StdPhoto_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
  <sp_Inspection_StdPhoto_Result>
    <PhotoFileName>sample string 2</PhotoFileName>
    <ProductId>1</ProductId>
  </sp_Inspection_StdPhoto_Result>
  <sp_Inspection_StdPhoto_Result>
    <PhotoFileName>sample string 2</PhotoFileName>
    <ProductId>1</ProductId>
  </sp_Inspection_StdPhoto_Result>
</ArrayOfsp_Inspection_StdPhoto_Result>