SET.API.Services

<back to all web services

DentalTreatmentPlanUpdate

The following routes are available for this service:
POST/Dental/TreatmentPlan
DentalTreatmentPlanUpdate Parameters:
NameParameterData TypeRequiredDescription
TreatmentPlanbodyDentalTreatmentPlanNo
DentalTreatmentPlan Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
StatusformstringNo
ProviderIdformstringNo
ClaimantIdformstringNo
ClaimIdformstringNo
ProviderNameformstringNo
ProviderPhoneformstringNo
ProviderAddressformstringNo
ProviderCityformstringNo
ProviderStateformstringNo
ProviderFaxformstringNo
ProviderEmailformstringNo
ProviderNPIformstringNo
DentalTreatmentPlan Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
StatusformstringNo
ProviderIdformstringNo
ClaimantIdformstringNo
ClaimIdformstringNo
ProviderNameformstringNo
ProviderPhoneformstringNo
ProviderAddressformstringNo
ProviderCityformstringNo
ProviderStateformstringNo
ProviderFaxformstringNo
ProviderEmailformstringNo
ProviderNPIformstringNo

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

HTTP + JSV

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

POST /Dental/TreatmentPlan HTTP/1.1 
Host: set-api-service-prod.azurewebsites.net 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	TreatmentPlan: 
	{
		Id: String,
		Status: String,
		ProviderId: String,
		ClaimantId: String,
		ClaimId: String,
		ProviderName: String,
		ProviderPhone: String,
		ProviderAddress: String,
		ProviderCity: String,
		ProviderState: String,
		ProviderFax: String,
		ProviderEmail: String,
		ProviderNPI: String
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Id: String,
	Status: String,
	ProviderId: String,
	ClaimantId: String,
	ClaimId: String,
	ProviderName: String,
	ProviderPhone: String,
	ProviderAddress: String,
	ProviderCity: String,
	ProviderState: String,
	ProviderFax: String,
	ProviderEmail: String,
	ProviderNPI: String
}