POST api/SCReports/GoodImages?GoodUrl={GoodUrl}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
GoodUrl

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Img_GoodList
NameDescriptionTypeAdditional information
id

string

None.

Img_Good

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "sample string 1",
    "Img_Good": "sample string 2"
  },
  {
    "id": "sample string 1",
    "Img_Good": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfImg_GoodList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.Reports">
  <Img_GoodList>
    <Img_Good>sample string 2</Img_Good>
    <id>sample string 1</id>
  </Img_GoodList>
  <Img_GoodList>
    <Img_Good>sample string 2</Img_Good>
    <id>sample string 1</id>
  </Img_GoodList>
</ArrayOfImg_GoodList>