POST api/sms/GetFeedBackListForPublisher

Request Information

URI Parameters

None.

Body Parameters

GetFeedBackListForPublisherInput
NameDescriptionTypeAdditional information
OrgId

globally unique identifier

None.

TaskExecutionId

globally unique identifier

None.

UserId

integer

None.

IsSuperAdmin

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "OrgId": "1ba29fdb-307b-48ef-9629-cf7fdf90ef3c",
  "TaskExecutionId": "683a37c7-7331-4fee-bfff-c117302780b5",
  "UserId": 3,
  "IsSuperAdmin": true
}

application/xml, text/xml

Sample:
<GetFeedBackListForPublisherInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.SMS.Dto">
  <IsSuperAdmin>true</IsSuperAdmin>
  <OrgId>1ba29fdb-307b-48ef-9629-cf7fdf90ef3c</OrgId>
  <TaskExecutionId>683a37c7-7331-4fee-bfff-c117302780b5</TaskExecutionId>
  <UserId>3</UserId>
</GetFeedBackListForPublisherInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.