POST api/Doctor/SaveChatAttachment

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseObj
NameDescriptionTypeAdditional information
status_code

integer

None.

status_text

string

None.

data

Object

None.

http_status

integer

None.

reason_pharse

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status_code": 1,
  "status_text": "sample string 2",
  "data": {},
  "http_status": 4,
  "reason_pharse": "sample string 5"
}

application/xml, text/xml

Sample:
<ResponseObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doktors.Domain">
  <data />
  <http_status>4</http_status>
  <reason_pharse>sample string 5</reason_pharse>
  <status_code>1</status_code>
  <status_text>sample string 2</status_text>
</ResponseObj>