GET api/NE/DoNotContacts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DoNotContact| Name | Description | Type | Additional information |
|---|---|---|---|
| DoNotContactId | integer |
None. |
|
| EntityNameId | integer |
None. |
|
| EntityId | integer |
None. |
|
| ContactMethodId | byte |
None. |
|
| Comment | string |
None. |
|
| BeginDate | date |
None. |
|
| EndDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| EntityName | EntityName |
None. |
|
| CreatedByUser | User |
None. |
|
| ModifiedByUser | User |
None. |
|
| ContactMethod | ContactMethod |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "NE.Entities.Server.HT.DoNotContact, NE.Entities.Server",
"DoNotContactId": 1,
"EntityNameId": 2,
"EntityId": 3,
"ContactMethodId": 64,
"Comment": "sample string 5",
"BeginDate": "2025-10-30T19:20:07.235+00:00",
"EndDate": "2025-10-30T19:20:07.235+00:00",
"CreatedBy": 7,
"CreatedDate": "2025-10-30T19:20:07.235+00:00",
"ModifiedBy": 1,
"ModifiedDate": "2025-10-30T19:20:07.235+00:00",
"IsDeleted": true,
"IsActive": true,
"EntityName": {
"$id": "2",
"$type": "AHS.Server.Entities.EntityName, AHS.Server",
"EntityNameId": 1,
"Description": "sample string 2",
"CodeName": "sample string 3"
},
"CreatedByUser": {
"$id": "3",
"$type": "AHS.Server.Entities.User, AHS.Server",
"UserId": 1,
"Username": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"IsActive": true,
"IsSystem": true,
"IsADBased": true,
"BusinessUnitId": 9,
"PermissionIds": [
1,
2
],
"FullName": "sample string 3 sample string 4",
"BusinessUnit": {
"$id": "4",
"$type": "AHS.Server.Entities.BusinessUnit, AHS.Server",
"BusinessUnitId": 1,
"Description": "sample string 2",
"IsAHS": true
}
},
"ModifiedByUser": {
"$ref": "3"
},
"ContactMethod": {
"$id": "5",
"$type": "NE.Entities.Server.HT.ContactMethod, NE.Entities.Server",
"ContactMethodId": 64,
"Description": "sample string 2"
}
},
{
"$ref": "1"
}
]