create
Developing
POST
http://localhost:1337/api/transport/terms
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:1337/api/transport/terms' \
--header 'Content-Type: application/json' \
--data-raw '{
"startdate": "2025-01-01",
"enddate": "2025-04-01",
"fee_term": "Two Terms",
"fee": null
}'
Response Response Example
{}
Request
Body Params application/json