{
"1": {
"scored": "2019-03-05T14:57:36+00:00",
"application": "/api/applications/2",
"scoresheet": "/api/scoresheets/1",
"points": "20.00",
"comments": "One"
},
"5": {
"scored": "2019-03-05T14:57:33+00:00",
"application": "/api/applications/3",
"scoresheet": "/api/scoresheets/1",
"points": "40.00",
"comments": "Two"
},
"9": {
"scored": "2019-03-05T14:57:30+00:00",
"application": "/api/applications/4",
"scoresheet": "/api/scoresheets/1",
"points": "60.00",
"comments": "Three"
},
"13": {
"scored": "2019-03-05T14:57:27+00:00",
"application": "/api/applications/7",
"scoresheet": "/api/scoresheets/1",
"points": "80.00",
"comments": "Good"
},
"17": {
"scored": "2019-03-05T14:57:23+00:00",
"application": "/api/applications/8",
"scoresheet": "/api/scoresheets/1",
"points": "100.00",
"comments": "Awesome"
}
}
Append an application to the scoresheet in question. If the application is already on this scoresheet, it will just update the score (and optionally, the comments).