App\Model\Prospect\Prospect
Resource class
Resource Metadata
Short name: "Prospect"
| Item operations | Attributes |
|---|---|
| get | [ "method" => "GET" "path" => "/prospect/{id}" "normalization_context" => [ "groups" => [ "read" ] ] "security" => "is_granted("ROLE_USER")" "security_message" => "not_allowed_get_prospect" "properties" => [ "id" => [ "identifier" => true ] ] "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
| put | [ "path" => "/prospects" "method" => "PUT" "swagger_context" => [ "tags" => [ "Prospect" ] ] "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
| delete | [ "path" => "/prospect/{id}" "input" => null "output" => null "method" => "DELETE" "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
| prospect_individual_with_values_form | [ "method" => "GET" "path" => "/prospect/individual/form/{id}" "controller" => "App\Controller\ProspectIndividual\FormEditAction" "access_control" => "is_granted("PROSPECT_CUD")" "security_message" => "not_allowed_edit_prospect" "output" => [ "class" => "App\Model\Form\FormSchema" "name" => "FormSchema" ] "swagger_context" => [ "summary" => "Get Form Schema for editing" "tags" => [ "Prospect" ] ] "input" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
| task_form | [ "method" => "GET" "path" => "/prospect/{id}/task/form" "denormalization_context" => [ "groups" => [ "write_post_prospect" ] ] "normalization_context" => [ "groups" => [ "read_post_prospect" ] ] "access_control" => "is_granted("TASK_CUD")" "security_message" => "not_allowed_add_task" "controller" => "App\Controller\Task\FormAction" "output" => [ "class" => "App\Model\Form\FormSchema" "name" => "FormSchema" ] "swagger_context" => [ "summary" => "Get Form Schema for a specific prospect" "tags" => [ "Task" ] ] "input" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
| task_unitMail_form | [ "method" => "GET" "path" => "/prospect/{id}/task/form-mailing" "denormalization_context" => [ "groups" => [ "write_post_prospect" ] ] "normalization_context" => [ "groups" => [ "read_post_prospect" ] ] "access_control" => "is_granted("TASK_CUD")" "security_message" => "not_allowed_add_task" "controller" => "App\Controller\Task\FormMailAction" "output" => [ "class" => "App\Model\Form\FormSchema" "name" => "FormSchema" ] "swagger_context" => [ "summary" => "Get FormMailing Schema for a specific prospect" "tags" => [ "Task" ] ] "input" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
| quote_form | [ "method" => "GET" "path" => "/prospect/{id}/quote/form" "denormalization_context" => [ "groups" => [ "write_post_prospect" ] ] "normalization_context" => [ "groups" => [ "read_post_prospect" ] ] "access_control" => "is_granted("QUOTE_CUD")" "security_message" => "not_allowed_add_quote" "controller" => "App\Controller\Quote\FormAction" "output" => [ "class" => "App\Model\Form\FormSchema" "name" => "FormSchema" ] "swagger_context" => [ "summary" => "Get Form Schema for a specific prospect" "tags" => [ "Quote" ] ] "input" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
| Collection operations | Attributes |
|---|---|
| get | [ "method" => "GET" "normalization_context" => [ "groups" => [ "listing_prospect" ] ] "filters" => [ "App\Filters\PagingFilter" "App\Filters\SearchTextFilter" "App\Filters\SortFilter" ] "path" => "/prospects" "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
| post | [ "method" => "POST" "controller" => "App\Controller\ProspectIndividual\CreateAction" "denormalization_context" => [ "groups" => [ "write_post_prospect" ] ] "normalization_context" => [ "groups" => [ "read" ] ] "deserialize" => false "swagger_context" => [ "consumes" => [ "multipart/form-data" ] "tags" => [ "Prospect" ] ] "output" => [ "class" => null ] "security" => "is_granted("PROSPECT_CUD")" "security_message" => "not_allowed_add_prospect" "input" => null "status" => 204 "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
| task_unitMail_form_post | [ "method" => "POST" "path" => "/prospect/{id}/task/form-mailing" "swagger_context" => [ "summary" => "Post form new unitMailing" "tags" => [ "Task" ] ] "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
| Filters | |
|---|---|
| No available filter declared for this resource. |
| Attributes | |
|---|---|
| normalization_context | [ "groups" => [ "read_post_prospect" ] ] |
| denormalization_context | [ "api_allow_update" => true ] |
| input | null |
| output | null |
Data Providers
No calls to collection data provider have been recorded.
No calls to item data provider have been recorded.
No calls to subresource data provider have been recorded.
Data Persisters
No calls to data persister have been recorded.