POST api/AdminTextMessage/RemoveMessageContacts

Request Information

URI Parameters

None.

Body Parameters

AdminContactDetailDTO
NameDescriptionTypeAdditional information
AdminTextMessageLogId

integer

None.

Ids

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AdminTextMessageLogId": 1,
  "Ids": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true