POST Api/SendPushWithUID

Send Push With UID.

Request Information

URI Parameters

None.

Body Parameters

SendPushInfo
NameDescriptionTypeAdditional information
AppType

string

None.

Message

string

None.

FullName

string

None.

UserUID

string

None.

UserGroup

string

None.

SendToOneUserUID

string

None.

DetailUID

string

None.

Condo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AppType": "sample string 1",
  "Message": "sample string 2",
  "FullName": "sample string 3",
  "UserUID": "sample string 4",
  "UserGroup": "sample string 5",
  "SendToOneUserUID": "sample string 6",
  "DetailUID": "sample string 7",
  "Condo": "sample string 8"
}

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">
  <AppType>sample string 1</AppType>
  <Condo>sample string 8</Condo>
  <DetailUID>sample string 7</DetailUID>
  <FullName>sample string 3</FullName>
  <Message>sample string 2</Message>
  <SendToOneUserUID>sample string 6</SendToOneUserUID>
  <UserGroup>sample string 5</UserGroup>
  <UserUID>sample string 4</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>