SET.API.Services

<back to all web services

DentalProviderAdd

The following routes are available for this service:
PUT/Dental/Provider
DentalProviderAdd Parameters:
NameParameterData TypeRequiredDescription
ProviderInfobodyDentalProviderNo
DentalProvider Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
NameformstringNo
ZipCodeformstringNo
AddressformstringNo
CityformstringNo
StateformstringNo
PhoneformstringNo
NPIformstringNo
FaxformstringNo
EmailformstringNo
TaxIdformstringNo
LicenseformstringNo
SpecialtyCodeformstringNo
DentalProvider Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
NameformstringNo
ZipCodeformstringNo
AddressformstringNo
CityformstringNo
StateformstringNo
PhoneformstringNo
NPIformstringNo
FaxformstringNo
EmailformstringNo
TaxIdformstringNo
LicenseformstringNo
SpecialtyCodeformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /Dental/Provider HTTP/1.1 
Host: set-api-service-prod.azurewebsites.net 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<DentalProviderAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SET.API.Services.ServiceModel">
  <ProviderInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/SET.API.Services.ServiceModel.Types">
    <d2p1:Address>String</d2p1:Address>
    <d2p1:City>String</d2p1:City>
    <d2p1:Email>String</d2p1:Email>
    <d2p1:Fax>String</d2p1:Fax>
    <d2p1:Id>String</d2p1:Id>
    <d2p1:License>String</d2p1:License>
    <d2p1:NPI>String</d2p1:NPI>
    <d2p1:Name>String</d2p1:Name>
    <d2p1:Phone>String</d2p1:Phone>
    <d2p1:SpecialtyCode>String</d2p1:SpecialtyCode>
    <d2p1:State>String</d2p1:State>
    <d2p1:TaxId>String</d2p1:TaxId>
    <d2p1:ZipCode>String</d2p1:ZipCode>
  </ProviderInfo>
</DentalProviderAdd>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<DentalProvider xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SET.API.Services.ServiceModel.Types">
  <Address>String</Address>
  <City>String</City>
  <Email>String</Email>
  <Fax>String</Fax>
  <Id>String</Id>
  <License>String</License>
  <NPI>String</NPI>
  <Name>String</Name>
  <Phone>String</Phone>
  <SpecialtyCode>String</SpecialtyCode>
  <State>String</State>
  <TaxId>String</TaxId>
  <ZipCode>String</ZipCode>
</DentalProvider>