POST api/SCReports/EmptyBoxImages?EmptyUrl={EmptyUrl}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EmptyUrl

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Img_EmptyList
NameDescriptionTypeAdditional information
id

string

None.

Img_Empty

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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