POST api/AuditLog/logWithPersonNumber

Request Information

URI Parameters

None.

Body Parameters

Collection of NotificationLogPersonNumberDTO
NameDescriptionTypeAdditional information
PersonNumber

integer

Required

NotificationChannelBK

byte

Required

SentDate

date

Required

Content

string

None.

RecipientInfo

string

Required

NotificationId

integer

Required

Range: inclusive between 1 and 2147483647

ReferredTableBK

byte

Required

IsSuccess

boolean

None.

Comments

string

None.

AdditionalData

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "PersonNumber": 1,
    "NotificationChannelBK": 64,
    "SentDate": "2026-05-30T12:39:59.4567332+00:00",
    "Content": "sample string 4",
    "RecipientInfo": "sample string 5",
    "NotificationId": 6,
    "ReferredTableBK": 64,
    "IsSuccess": true,
    "Comments": "sample string 9",
    "AdditionalData": "sample string 10"
  },
  {
    "PersonNumber": 1,
    "NotificationChannelBK": 64,
    "SentDate": "2026-05-30T12:39:59.4567332+00:00",
    "Content": "sample string 4",
    "RecipientInfo": "sample string 5",
    "NotificationId": 6,
    "ReferredTableBK": 64,
    "IsSuccess": true,
    "Comments": "sample string 9",
    "AdditionalData": "sample string 10"
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IList`1'.

Response Information

Resource Description

ResponseDataOfAuditLogResultDTO
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

IsError

boolean

None.

ResponseMessage

string

None.

ErrorCode

integer

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "IsError": true,
  "ResponseMessage": "sample string 3",
  "ErrorCode": 4,
  "Data": {}
}