Logo
Molter API Documentation

Product - Empty Name

POST {{baseURL}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://apipf.jogajuntoinstituto.org' -F '{"name"=>"name", "value"=>"", "datatype"=>"null"}=' -F '{"name"=>"description", "value"=>"$randomProductAdjective", "datatype"=>"string"}=' -F '{"name"=>"price", "value"=>"$randomInt", "datatype"=>"string"}=' -F '{"name"=>"category", "value"=>"$randomProduct", "datatype"=>"string"}=' -F '{"name"=>"shipment", "value"=>"$randomInt", "datatype"=>"string"}=' -F '{"name"=>"image", "value"=>nil, "datatype"=>"null"}='

ENDPOINTS