POST place/{placeId}/Log

creates a log entry. FREE

Request Information

URI Parameters

NameDescriptionTypeAdditional information
placeId

integer

Required

Body Parameters

the entry

Flipr.Data.NoSQL.Pool.ActivityLog
NameDescriptionTypeAdditional information
Sender

string

None.

TypeId

integer

None.

Title

string

None.

Date

date

None.

DoseUnitId

integer

None.

Id

integer

None.

ItemId

integer

None.

Quantity

decimal number

None.

UserComment

string

None.

PartitionKey

string

None.

RowKey

string

None.

Timestamp

date

None.

ETag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Sender": "sample string 2",
  "TypeId": 3,
  "Title": "sample string 4",
  "Date": 1714632622863,
  "DoseUnitId": 1,
  "Id": 6,
  "ItemId": 1,
  "Quantity": 1.1,
  "UserComment": "sample string 7"
}

text/html

Sample:
{"Sender":"sample string 2","TypeId":3,"Title":"sample string 4","Date":1714632622863,"DoseUnitId":1,"Id":6,"ItemId":1,"Quantity":1.1,"UserComment":"sample string 7"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NoContent

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.