POST
/
api
/
v1
/
badge_hours
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "hours": 123,
  "title": "<string>",
  "comment": "<string>",
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>",
    "logo": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "dateBegin": "2023-11-07T05:31:56Z",
  "dateEnd": "2023-11-07T05:31:56Z"
}

Body

The new BadgeHour resource

Response

201
application/ld+json

BadgeHour resource created