πŸ—ΊοΈCountries

Countries API Documentation

All available routes for Countries is written down below :

Country List

GET /panel/country/list

Return Country List as Datatable


{
    // Response
}

Country Store

POST /panel/country/store

Country Store transaction.


{
    // Response
}

Country Edit

GET /panel/country/edit/{id}

Returns Country by id

Path Parameters


{
    // Response
}

Country Update

POST /panel/country/update/{id}

Country Update transaction.

Path Parameters


{
    // Response
}

Country Delete

DELETE /panel/country/delete/{id}

Delete Country by Id

Path Parameters


{
    // Response
}

Last updated