POST api/persons/logs

Request Information

URI Parameters

None.

Body Parameters

Collection of PersonLogDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

PersonId

globally unique identifier

None.

Type

string

None.

Text

string

None.

Timestamp

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": "c2dc21f4-d0aa-4fa2-9ff4-142291591fc3",
    "personId": "c90e0aa7-3e8b-43a8-9018-a0687d9785cf",
    "type": "sample string 1",
    "text": "sample string 2",
    "timestamp": "sample string 3"
  },
  {
    "id": "c2dc21f4-d0aa-4fa2-9ff4-142291591fc3",
    "personId": "c90e0aa7-3e8b-43a8-9018-a0687d9785cf",
    "type": "sample string 1",
    "text": "sample string 2",
    "timestamp": "sample string 3"
  }
]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.