Skip to main content
POST
/
submissions
/
{token}
Submit work experiences
curl --request POST \
  --url https://wbl.monolisk.dev/submissions/{token} \
  --header 'Content-Type: application/json' \
  --data '
{
  "payload": [
    {
      "kind": "<string>",
      "hours": 123,
      "supervisor": "[email protected]",
      "dateRange": {
        "start": "2023-12-25",
        "end": "2023-12-25"
      },
      "date": "2023-12-25",
      "shortResponse": "<string>",
      "longResponse": "<string>",
      "wasInSchool": true
    }
  ]
}
'

Path Parameters

token
string
required

Submission token

Body

application/json
payload
object[]
required

Response

Submissions created successfully