SET.API.Services

<back to all web services

Icd10CodesRequest

The following routes are available for this service:
All Verbs/Dental/Icd10Codes
Icd10CodesRequest Parameters:
NameParameterData TypeRequiredDescription
SearchquerystringNo
Icd10CodesGetResponse Parameters:
NameParameterData TypeRequiredDescription
Icd10CodesformList<Icd10Code>No
Icd10Code Parameters:
NameParameterData TypeRequiredDescription
CodeformstringNo
DescriptionformstringNo

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/Icd10Codes HTTP/1.1 
Host: set-api-service-prod.azurewebsites.net 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	Search: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Icd10Codes: 
	[
		{
			Code: String,
			Description: String
		}
	]
}