POST Api/Corporate/PostProviderData

Request Information

URI Parameters

None.

Body Parameters

ProviderDataRequest
NameDescriptionTypeAdditional information
pstCountry

string

None.

pstState

string

None.

pstType

string

None.

pstSpeciality

string

None.

pstProviderCode

string

None.

pstBizHour

string

None.

pstUserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pstCountry": "sample string 1",
  "pstState": "sample string 2",
  "pstType": "sample string 3",
  "pstSpeciality": "sample string 4",
  "pstProviderCode": "sample string 5",
  "pstBizHour": "sample string 6",
  "pstUserId": "sample string 7"
}

application/xml, text/xml

Sample:
<CorporateResponse.ProviderDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstUserId>sample string 7</pstUserId>
  <pstBizHour>sample string 6</pstBizHour>
  <pstCountry>sample string 1</pstCountry>
  <pstProviderCode>sample string 5</pstProviderCode>
  <pstSpeciality>sample string 4</pstSpeciality>
  <pstState>sample string 2</pstState>
  <pstType>sample string 3</pstType>
</CorporateResponse.ProviderDataRequest>

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.