POST Lab/SaveECGImage

Request Information

URI Parameters

None.

Body Parameters

ECGFile
NameDescriptionTypeAdditional information
PatientId

string

None.

ImageString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": "sample string 1",
  "ImageString": "sample string 2"
}

text/html

Sample:
{"PatientId":"sample string 1","ImageString":"sample string 2"}

application/xml, text/xml

Sample:
<ECGFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Controllers">
  <ImageString>sample string 2</ImageString>
  <PatientId>sample string 1</PatientId>
</ECGFile>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html

Sample:
1

application/xml, text/xml

Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>