This service returns the comments that are attached to a day in the rota.

a)  Get Calendar Comments

 

Request (JSON)

GET /comments/day/{date}/?securityToken={tokenId}
Content-Type:application/json

  

Response (JSON)

HTTP/1.1 200 OK "true"

 

b) Upload List of Data Units

 

Use this service to upload actual or forecast data for multiple departments for multiple periods.

 

Request (JSON)

POST /Revenues /period/list/?securityToken={tokenId}
Content-Type:application/json

Result: "https:\/\/services.tamigo.com\/Calendar\/208ef757-4d91-4219-a9d6-5761d5c03bf3\/Calendar.ics"

 

Response (JSON)

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
"CompanyCommentShort":"Kort besked",
"DepartmentCommentLong":"Rigtig lang besked!",
"DepartmentCommentShort":"Kort besked"
}