POST api/twitter/tweet
Sends a direct message to a screen name
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Twitter.TwitterTweetDataContractName | 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
Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContractName | 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": "c7f09923-23f5-45a1-a5f4-12b8e3a7ea3a", "Success": true }