POST api/Register/SetPublicKey
Request Information
URI Parameters
None.
Body Parameters
ObjPublicKey| Name | Description | Type | Additional information |
|---|---|---|---|
| PublicKey | string |
None. |
|
| SyncServerID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PublicKey": "sample string 1",
"SyncServerID": "5ac59b94-56db-4131-a072-62768203db08"
}
application/xml, text/xml
Sample:
<RegisterController.ObjPublicKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shygun.Synchronize.Service.Controllers"> <PublicKey>sample string 1</PublicKey> <SyncServerID>5ac59b94-56db-4131-a072-62768203db08</SyncServerID> </RegisterController.ObjPublicKey>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.