REST URI [GET]:
/v11.02/Name.svc/Format?SessionId={sessionId}&RequestedName={requestedName}&StandardizedName={standardizedName}&Prefix={prefix}&Titles={titles}&GivenName={givenName}&MiddleNames={middleNames}&SurnamePrefix={surnamePrefix}&Surname={surname}&Suffixes={suffixes}&Nickname={nickname}
Content-Type: Application/xml
Request GET
http://wsdev.onegreatfamily.com/v11.02/Name.svc/Format?Sessionid=3kwqqcq3luq0yo2ky1ejf3ks&RequestedName=sarah+queen+of+England+%22Wheezer%22+%2flee%2f+VII&GivenName=sarah&MiddleNames=&Surname=Lee&Nickname=Wheezer&Prefix=
&StandardizedName=Sarah+%22Wheezer%22+%2fLee%2f+VII%3b+Queen+of+England&Suffixes=VII&SurnamePrefix=&Titles=Queen+of+England
Request Headers
Content-Type: Application/xml
Success Response Payload
<Result xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Code>0</Code>
<Message>Success</Message>
<Value i:type="a:string" xmlns:a="http://www.w3.org/2001/XMLSchema">Sarah "Wheezer" /Lee/ VII; Queen of England</Value>
</Result>
Failed Response Payload
<Result xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<Code>27001</Code>
<Message>Your developer Id does not have permissions to make this call</Message>
</Result>
Fault Response Payload
<RestFault xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<ErrorCode>551</ErrorCode>
<FaultMessage>An unhandled exception has occurred</FaultMessage>
</RestFault>