Request POST
http://wsdev.onegreatfamily.com/v11.02/Group.svc/CreateUpdate?SessionId=gl4q23cwofpshi55sg1dvc3o
Request Headers
Content-Type: Application/xml
Request Payload
<Group xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<AdminUserName>UserWSAPI</AdminUserName>
<AnchorOgfns xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:unsignedLong>0</a:unsignedLong>
</AnchorOgfns>
<GroupOgfn>0</GroupOgfn>
<Name>groupWSAPI</Name>
<Password>groupWSAPI</Password>
</Group>
Success Response Payload
<Group xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<AdminUserName>UserWSAPI</AdminUserName>
<AnchorOgfns xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:unsignedLong>0</a:unsignedLong>
</AnchorOgfns>
<GroupOgfn>143713</GroupOgfn>
<Name>groupWSAPI</Name>
<Password>groupWSAPI</Password>
</Group>
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>