Skip to main content

ReopenRequestBody

The request body for the "Reopen Sheet" endpoint. Note that the request body must be a JSON list, not an object, with one entry (object) in the array per sheet to reopen.

  • Array [
  • id_sheetstringrequired

    The ID of the sheet to reopen. This is required.

    Example: D964DF9968B8424AB1E939BEDB44C68D
    sheettypestringrequired

    The internal Entry Type code of the sheet. Note that mileage is used for what is now called "Custom Entry". This is required.

    Possible values: [time, expense, mileage]

    Example: time
  • ]
  • ReopenRequestBody
    [
    {
    "id_sheet": "D964DF9968B8424AB1E939BEDB44C68D",
    "sheettype": "time"
    }
    ]