POST api/OptimalHealthv2/PostPanelProviderForMember

Request Information

URI Parameters

None.

Body Parameters

InputPanelProviderForMemberV2
NameDescriptionTypeAdditional information
pstProviderName

string

None.

pstAddress

string

None.

pstCity

string

None.

pstState

string

None.

pstPostalCode

string

None.

pstProviderType

string

None.

pstCardNo

string

None.

pstP24Hr

string

None.

pstSpeciality

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pstProviderName": "sample string 1",
  "pstAddress": "sample string 2",
  "pstCity": "sample string 3",
  "pstState": "sample string 4",
  "pstPostalCode": "sample string 5",
  "pstProviderType": "sample string 6",
  "pstCardNo": "sample string 7",
  "pstP24Hr": "sample string 8",
  "pstSpeciality": "sample string 9"
}

application/xml, text/xml

Sample:
<OptimalHealthResponse.InputPanelProviderForMemberV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstAddress>sample string 2</pstAddress>
  <pstCardNo>sample string 7</pstCardNo>
  <pstCity>sample string 3</pstCity>
  <pstP24Hr>sample string 8</pstP24Hr>
  <pstPostalCode>sample string 5</pstPostalCode>
  <pstProviderName>sample string 1</pstProviderName>
  <pstProviderType>sample string 6</pstProviderType>
  <pstSpeciality>sample string 9</pstSpeciality>
  <pstState>sample string 4</pstState>
</OptimalHealthResponse.InputPanelProviderForMemberV2>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.