POST Api/SendPushWithUID

Send Push With UID.

Request Information

URI Parameters

None.

Body Parameters

SendPushInfo
NameDescriptionTypeAdditional information
Message

string

None.

UserUID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "UserUID": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiController.SendPushInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRuma_WebService.Controllers">
  <Message>sample string 1</Message>
  <UserUID>sample string 2</UserUID>
</ApiController.SendPushInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>