Public
Documentation Settings

Feira da Republica - São Paulo

Exhibitors

POSTCadastrar Exhibitor

http://localhost:4000/exhibitors
Bodyraw (json)
json
{
    "name": "Lurdes Faria",
    "profession": "Pintora - Pintura em azulejos",
    "birth_date": "2022-06-30 05:21:47",
    "phone": "(11)91234-5678",
    "phrase": "Imaginar minha vida sem fazer cerâmica seria a mesma coisa de imaginar uma árvore vivendo sem água",
    "description": "Pintora com vasta experiência no mercado",
    "email": "Lurdes.Farias@hotmail.com",
    "password": "12345678",
    "img": "string"
}
Example Request
curl
curl --location 'http://localhost:4000/exhibitors' \
--data-raw '{
    "name": "Lurdes Faria",
    "profession": "Pintora - Pintura em azulejos",
    "birth_date": "2022-06-30 05:21:47",
    "phone": "(11)91234-5678",
    "phrase": "Imaginar minha vida sem fazer cerâmica seria a mesma coisa de imaginar uma árvore vivendo sem água",
    "description": "Pintora com vasta experiência no mercado",
    "email": "Lurdes.Farias@hotmail.com",
    "password": "12345678",
    "img": "string"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet All Exhibitors

http://localhost:4000/exhibitors
Example Request
curl
curl --location 'http://localhost:4000/exhibitors'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Exhibitor By Id

http://localhost:4000/exhibitors/:idExhibitors
PATH VARIABLES
idExhibitors

4

Example Request
curl
curl --location 'http://localhost:4000/exhibitors/4'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers