Skip to content

Fund Report Status

This module is used to change the status of the fund report after the fund report is responded by the employees.

INFO

Make sure to add /api prefix in the API endpoint.

Get Fund Report Status Options Endpoint

http
GET /api/answers
GET /api/answers

Headers

  • Content-Type: application/json
  • Authorization: Bearer {token}

Response

200 OK
json
{
    "data": [
        {
            "id": 1,
            "text": "Menunggu Kep.Shift"
        },
        {
            "id": 2,
            "text": "Disetujui Kep.Shift"
        },
        {
            "id": 3,
            "text": "Butuh Perbaikan Kasir"
        },
        {
            "id": 4,
            "text": "Dicek Kasir"
        },
        {
            "id": 5,
            "text": "Dicek Adm Keu"
        },
        {
            "id": 6,
            "text": "Disetujui Kep. SPBU"
        }
    ]
}
{
    "data": [
        {
            "id": 1,
            "text": "Menunggu Kep.Shift"
        },
        {
            "id": 2,
            "text": "Disetujui Kep.Shift"
        },
        {
            "id": 3,
            "text": "Butuh Perbaikan Kasir"
        },
        {
            "id": 4,
            "text": "Dicek Kasir"
        },
        {
            "id": 5,
            "text": "Dicek Adm Keu"
        },
        {
            "id": 6,
            "text": "Disetujui Kep. SPBU"
        }
    ]
}

Used on pages

  • /reports

Released under the MIT License.