Reference for https://interdev.dot.state.fl.us/fel4_u/OrgCodeService.svc/orgcodes/{FULLORGCODE}/

Returns an IOrgCode for the specified full org code string.

Url: https://interdev.dot.state.fl.us/fel4_u/OrgCodeService.svc/orgcodes/{FULLORGCODE}/

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.OrgCodes.Client" i:type="d1:OrgCode" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
  <d1:FullOrgCode>String content</d1:FullOrgCode>
  <d1:Level1>String content</d1:Level1>
  <d1:Level2>String content</d1:Level2>
  <d1:Level3>String content</d1:Level3>
  <d1:Level4>String content</d1:Level4>
  <d1:Level5>String content</d1:Level5>
  <d1:CostCenter>String content</d1:CostCenter>
  <d1:Description>String content</d1:Description>
  <d1:District>String content</d1:District>
  <d1:ManagerPosition>String content</d1:ManagerPosition>
  <d1:ShortTitle>String content</d1:ShortTitle>
  <d1:Status>String content</d1:Status>
  <d1:StatusChangeDate>1999-05-31T11:20:00</d1:StatusChangeDate>
</anyType>

The following is an example response Json body:

{
	"__type":"OrgCode:#FDOT.Enterprise.OrgCodes.Client",
	"FullOrgCode":"String content",
	"Level1":"String content",
	"Level2":"String content",
	"Level3":"String content",
	"Level4":"String content",
	"Level5":"String content",
	"CostCenter":"String content",
	"Description":"String content",
	"District":"String content",
	"ManagerPosition":"String content",
	"ShortTitle":"String content",
	"Status":"String content",
	"StatusChangeDate":"\/Date(928164000000-0400)\/"
}