POST api/twitter/tweet
Sends a direct message to a screen name
Request Information
URI Parameters
None.
Body Parameters
TwitterTweetDataContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| BrandId | integer | None. | |
| status | string | None. | |
| MediaIds | Collection of integer | None. | |
| PropertyRoleId | integer | None. | |
| DisplayCoordinates | boolean | None. | 
Request Formats
application/x-www-form-urlencoded
            Sample:
    
        Sample not available.
application/json, text/json
            Sample:
{
  "BrandId": 1,
  "status": "sample string 2",
  "MediaIds": [
    1,
    2
  ],
  "PropertyRoleId": 3,
  "DisplayCoordinates": true
}
        Response Information
Resource Description
AuthUrlDataContract
JobInvocationDetailsDataContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| SupportsCancellation | boolean | None. | |
| ReportsProgress | boolean | None. | |
| InitialStatusText | string | None. | |
| JobReference | globally unique identifier | None. | |
| Success | boolean | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "SupportsCancellation": true,
  "ReportsProgress": true,
  "InitialStatusText": "sample string 3",
  "JobReference": "70cf2a8a-f297-47ea-821f-1161e9c4770a",
  "Success": true
}