PUT example/api/SmsRecipientList/RemoveSmsRecipients/{id}
https://app.bwz.se/bedrock/example/api/SmsRecipientList/RemoveSmsRecipients/{id}
Removes SmsRecipients from a SmsRecipientList.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Ids of the SmsRecipients to remove from the SmsRecipientList.
RemoveSmsRecipientsArgsName | Description | Type | Additional information |
---|---|---|---|
SmsRecipientIds |
Ids of the SmsRecipients to remove from the SmsRecipientList. |
Collection of integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "SmsRecipientIds": [ 1, 2 ] }
application/xml, text/xml
Sample:
<RemoveSmsRecipientsArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netoptions.BizWizard.Api.Common.Models.SmsRecipientList"> <SmsRecipientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </SmsRecipientIds> </RemoveSmsRecipientsArgs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Number of recipients in the list after removal
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>