# \FormContactControllerApi
All URIs are relative to *http://localhost:9000*
[**delete9**](FormContactControllerApi.md#delete9) | **DELETE** /api/form-contact |
[**find_all4**](FormContactControllerApi.md#find_all4) | **POST** /api/form-contact/find-all |
[**submit**](FormContactControllerApi.md#submit) | **POST** /api/form-contact/submit |
## delete9
> models::Restore200Response delete9(id)
### Parameters
**id** | **String** | | [required] |
### Return type
[**models::Restore200Response**](restore_200_response.md)
### Authorization
[bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: */*
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## find_all4
> Vec<models::FormContact> find_all4()
### Parameters
This endpoint does not need any parameter.
### Return type
[**Vec<models::FormContact>**](FormContact.md)
### Authorization
[bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: */*
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## submit
> submit(form_contact)
### Parameters
**form_contact** | [**FormContact**](FormContact.md) | | [required] |
### Return type
(empty response body)
### Authorization
[bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)