POST api/prescription/tpa

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
status

string

None.

id

string

None.

error_message

string

None.

error_exception

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "id": "sample string 2",
  "error_message": "sample string 3",
  "error_exception": "sample string 4"
}

application/xml, text/xml

Sample:
<ApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HyperQB.Property.API.Models.TPA">
  <error_exception>sample string 4</error_exception>
  <error_message>sample string 3</error_message>
  <id>sample string 2</id>
  <status>sample string 1</status>
</ApiResponse>