POST api/v1/distributionlists
Create a Distribution List
Request Information
URI Parameters
None.
Body Parameters
DistributionListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DistributionListId | globally unique identifier |
Required |
|
| FacilityId | integer |
Required |
|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| Emails | string |
Required String length: inclusive between 0 and 2000 |
|
| IsActive | boolean |
Required |
|
| CreatedBy | string |
Required String length: inclusive between 0 and 50 |
|
| CreatedOnUtc | date |
Required |
|
| ModifiedBy | string |
String length: inclusive between 0 and 50 |
|
| ModifiedOnUtc | date |
None. |
|
| FacilityFsFacility | FsFacilityModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseModelOfDistributionListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfDistributionListModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.