POST api/Notification/SaveMasterAddressBookGroup

Request Information

URI Parameters

None.

Body Parameters

Collection of MasterAddressBookItem
NameDescriptionTypeAdditional information
Account

string

None.

Id

integer

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

SMS

string

None.

Carrier

integer

None.

CarrierText

string

None.

ControlPanelUser

integer

None.

Group1

boolean

None.

Group2

boolean

None.

Group3

boolean

None.

Group4

boolean

None.

IsChecked

boolean

None.

IsSMS

boolean

None.

IsEmail

boolean

None.

Payload

string

None.

ServerIndex

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "account": "sample string 1",
    "id": 2,
    "firstName": "sample string 3",
    "lastName": "sample string 4",
    "email": "sample string 5",
    "sms": "sample string 6",
    "carrier": 7,
    "carrierText": "sample string 8",
    "controlPanelUser": 9,
    "group1": true,
    "group2": true,
    "group3": true,
    "group4": true,
    "isChecked": true,
    "issms": true,
    "isEmail": true,
    "payload": "sample string 17",
    "serverIndex": 18
  },
  {
    "account": "sample string 1",
    "id": 2,
    "firstName": "sample string 3",
    "lastName": "sample string 4",
    "email": "sample string 5",
    "sms": "sample string 6",
    "carrier": 7,
    "carrierText": "sample string 8",
    "controlPanelUser": 9,
    "group1": true,
    "group2": true,
    "group3": true,
    "group4": true,
    "isChecked": true,
    "issms": true,
    "isEmail": true,
    "payload": "sample string 17",
    "serverIndex": 18
  }
]

application/xml, text/xml

Sample:
<ArrayOfMasterAddressBookItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeminiiSecureWebAPI.Model">
  <MasterAddressBookItem>
    <Account>sample string 1</Account>
    <Carrier>7</Carrier>
    <CarrierText>sample string 8</CarrierText>
    <ControlPanelUser>9</ControlPanelUser>
    <Email>sample string 5</Email>
    <FirstName>sample string 3</FirstName>
    <Group1>true</Group1>
    <Group2>true</Group2>
    <Group3>true</Group3>
    <Group4>true</Group4>
    <Id>2</Id>
    <IsChecked>true</IsChecked>
    <IsEmail>true</IsEmail>
    <IsSMS>true</IsSMS>
    <LastName>sample string 4</LastName>
    <Payload>sample string 17</Payload>
    <SMS>sample string 6</SMS>
    <ServerIndex>18</ServerIndex>
  </MasterAddressBookItem>
  <MasterAddressBookItem>
    <Account>sample string 1</Account>
    <Carrier>7</Carrier>
    <CarrierText>sample string 8</CarrierText>
    <ControlPanelUser>9</ControlPanelUser>
    <Email>sample string 5</Email>
    <FirstName>sample string 3</FirstName>
    <Group1>true</Group1>
    <Group2>true</Group2>
    <Group3>true</Group3>
    <Group4>true</Group4>
    <Id>2</Id>
    <IsChecked>true</IsChecked>
    <IsEmail>true</IsEmail>
    <IsSMS>true</IsSMS>
    <LastName>sample string 4</LastName>
    <Payload>sample string 17</Payload>
    <SMS>sample string 6</SMS>
    <ServerIndex>18</ServerIndex>
  </MasterAddressBookItem>
</ArrayOfMasterAddressBookItem>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>