This API Method will set the Locale for a specified RepDID.
Request
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetRepLocale xmlns="http://www.securefreedom.com/">
<Credentials>
<Username>string</Username>
<Password>string</Password>
<Token>string</Token>
</Credentials>
<RepLocale>
<RepDID>string</RepDID>
<LocaleID>string</LocaleID>
</RepLocale>
</SetRepLocale>
</soap:Body>
</soap:Envelope>
Response
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetRepLocaleResponse xmlns="http://www.securefreedom.com/">
<SetRepLocaleResult>
<RequestID>int</RequestID>
<Success>int</Success>
<Message>string</Message>
</SetRepLocaleResult>
</SetRepLocaleResponse>
</soap:Body>
</soap:Envelope>