Companies
get
Query parameters
pageintegerOptionalDefault:
1Responses
200
Successful response
application/json
default
Error response
application/json
get
/companiespost
Body
titlestringRequired
emailstringOptional
industrystringOptional
notestringOptional
descriptionstringOptional
phoneNumberstringOptional
imagestringOptional
vaultIdsstring[]Required
Responses
200
Successful response
application/json
default
Error response
application/json
post
/companiesget
Path parameters
idnumberRequired
Responses
200
Successful response
application/json
default
Error response
application/json
get
/companies/{id}put
Path parameters
idnumberRequired
Body
titlestringRequired
emailstring | nullableRequired
phoneNumberstring | nullableRequired
industrystring | nullableRequired
notestring | nullableRequired
descriptionstring | nullableRequired
vaultIdsstring[]Required
Responses
200
Successful response
application/json
default
Error response
application/json
put
/companies/{id}delete
Path parameters
idstringRequired
Responses
200
Successful response
application/json
default
Error response
application/json
delete
/companies/{id}