POST api/AdminTextMessage/ResendMessage?AdminTextMessageLogId={AdminTextMessageLogId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AdminTextMessageLogId

integer

Required

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ComposedMessageResponse
NameDescriptionTypeAdditional information
Status

boolean

None.

MessageResponse

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "MessageResponse": "sample string 2"
}