EntrySheetModifyResponse
Response from creating or updating an entry sheet. Returns the full sheet plus validation messages.
HTTP status code of the response for reference purposes.
200200Indicates whether the request was successful (normally true if it's not an error response)
truetrue/api/v1/entry_sheets/time/0B04998DCD0E45DF9D0EC97EC926D281ID of the created or updated sheet
0B04998DCD0E45DF9D0EC97EC926D281Validation errors that prevented the operation
[]Warnings about the operation (does not prevent success)
[]Informational messages
["Sheet saved successfully"]Status messages from the save operation
[]extra_data object
Additional metadata about validation and also provides the submit action for sheets.
use submit to submit for approval, otherwise the default save is used. Also available is interim_submit.
use true to request to submit the sheet for approval despite the presence of validation warnings.
Whether Data Validation Tool is installed (usually true).
trueWhether DVT generated warnings for the sheet.
{
"response_code": 200,
"success": true,
"uri": "/api/v1/entry_sheets/time/0B04998DCD0E45DF9D0EC97EC926D281",
"id": "0B04998DCD0E45DF9D0EC97EC926D281",
"errors": [],
"warnings": [],
"info": [
"Sheet saved successfully"
],
"status": [],
"extra_data": {
"action": "string",
"submit_with_warnings": true,
"has_dvt": true,
"has_dvt_warnings": true
}
}