Reference for https://interdev.dot.state.fl.us/fel4_u/DotCodeService.svc/dotcodes/{COLUMNNAME}/{CODEVALUE}/

Returns the IDotCode for the specified code type and value.

Url: https://interdev.dot.state.fl.us/fel4_u/DotCodeService.svc/dotcodes/{COLUMNNAME}/{CODEVALUE}/

HTTP Method: GET

This operation supports JSONP responses. The callback function can be specified using the "callback" Url query parameter.

Message direction Format Body
Request N/A The Request body is empty.
Response Xml Example
Response Json Example

The following is an example response Xml body:

<anyType xmlns:d1="http://schemas.datacontract.org/2004/07/FDOT.Enterprise.DotCodes.Client" i:type="d1:DotCode" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
  <d1:ColumnDescription>String content</d1:ColumnDescription>
  <d1:ColumnName>String content</d1:ColumnName>
  <d1:Description>String content</d1:Description>
  <d1:Value>String content</d1:Value>
</anyType>

The following is an example response Json body:

{
	"__type":"DotCode:#FDOT.Enterprise.DotCodes.Client",
	"ColumnDescription":"String content",
	"ColumnName":"String content",
	"Description":"String content",
	"Value":"String content"
}