POST api/v1/qcare/imagearrive

Ris image arrive call vg

Request Information

URI Parameters

None.

Body Parameters

ImageArriveDto
NameDescriptionTypeAdditional information
Accno

string

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "accno": "sample string 1",
  "status": 2
}

text/html

Sample:
{"$id":"1","accno":"sample string 1","status":2}

application/xml, text/xml

Sample:
<ImageArriveDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Accno>sample string 1</Accno>
  <Status>2</Status>
</ImageArriveDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.