POST za/ps/Android/send_to_user

Request Information

URI Parameters

None.

Body Parameters

SendToUserViewModel
NameDescriptionTypeAdditional information
IssueNumber

string

None.

SentFrom

string

None.

Body

string

None.

IsClosed

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IssueNumber": "sample string 1",
  "SentFrom": "sample string 2",
  "Body": "sample string 3",
  "IsClosed": true
}

application/xml, text/xml

Sample:
<SendToUserViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OM_Android_API.Models.SiteModels">
  <Body>sample string 3</Body>
  <IsClosed>true</IsClosed>
  <IssueNumber>sample string 1</IssueNumber>
  <SentFrom>sample string 2</SentFrom>
</SendToUserViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.