PUT place/{placeId}/Log/{logId}
updates a log entry. FREE
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| placeId | integer |
Required |
|
| logId |
the id of the entry to update |
integer |
Required |
Body Parameters
the new data
Flipr.Data.NoSQL.Pool.ActivityLog| Name | Description | Type | Additional 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": 1762343646634,
"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":1762343646634,"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.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.