POST api/v1/Upload/DownAndUpTreatmentPhoto

Request Information

URI Parameters

None.

Body Parameters

Photo
NameDescriptionTypeAdditional information
CustomerID

integer

None.

LSServiceID

integer

None.

apiKey

string

None.

EmpCode

string

None.

photo

Collection of TreatPhoto

None.

Request Formats

application/json, text/json

Sample:
{
  "photo": [
    {
      "PhoToUrl": "sample string 1"
    },
    {
      "PhoToUrl": "sample string 1"
    }
  ],
  "CustomerID": 1,
  "LSServiceID": 2,
  "apiKey": "sample string 3",
  "EmpCode": "sample string 4"
}

application/xml, text/xml

Sample:
<UploadController.Photo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ngocdungApiStoreProc.Controllers">
  <CustomerID>1</CustomerID>
  <EmpCode>sample string 4</EmpCode>
  <LSServiceID>2</LSServiceID>
  <apiKey>sample string 3</apiKey>
  <photo>
    <UploadController.TreatPhoto>
      <PhoToUrl>sample string 1</PhoToUrl>
    </UploadController.TreatPhoto>
    <UploadController.TreatPhoto>
      <PhoToUrl>sample string 1</PhoToUrl>
    </UploadController.TreatPhoto>
  </photo>
</UploadController.Photo>

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.