https://dev.app.pol-crm.com/api/quote/form

App\Model\Quote\Quote Resource class

Resource Metadata

Short name: "Quote"

Item operations Attributes
get
[
  "path" => "/quote/{id}"
  "normalization_context" => [
    "groups" => [
      "list"
    ]
  ]
  "security" => "is_granted("ROLE_USER")"
  "security_message" => "not_allowed_get_quote"
  "input" => null
  "output" => null
  "method" => "GET"
  "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" => "/quote/{id}"
  "deserialize" => false
  "denormalization_context" => [
    "groups" => [
      "write_post_quote"
    ]
  ]
  "normalization_context" => [
    "groups" => [
      "write_post_quote"
    ]
    "enable_max_depth" => true
  ]
  "input" => null
  "output" => null
  "method" => "PUT"
  "input_formats" => [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
  "output_formats" => [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
]
export_intranet
[
  "method" => "PUT"
  "path" => "/specific/export_intranet/{id}"
  "denormalization_context" => [
    "groups" => [
      "write_post_quote"
    ]
  ]
  "normalization_context" => [
    "groups" => [
      "write_post_quote"
    ]
    "enable_max_depth" => true
  ]
  "controller" => "App\Controller\Quote\ExportIntranetAction"
  "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" => "/quote/{id}"
  "access_control" => "is_granted("QUOTE_CUD")"
  "security_message" => "not_allowed_edit_quote"
  "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"
    ]
  ]
]
quote_with_values_form
[
  "method" => "GET"
  "path" => "/quote/form/{id}"
  "controller" => "App\Controller\Quote\FormEditAction"
  "normalization_context" => [
    "groups" => [
      "form_edit"
    ]
  ]
  "denormalization_context" => [
    "groups" => [
      "form_edit"
    ]
  ]
  "access_control" => "is_granted("QUOTE_CUD")"
  "security_message" => "not_allowed_edit_quote"
  "output" => [
    "class" => "App\Model\Form\FormSchema"
    "name" => "FormSchema"
  ]
  "swagger_context" => [
    "summary" => "Get Form Schema for editing"
    "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"
    ]
  ]
]
quote_duplicate
[
  "method" => "PUT"
  "path" => "/quote/{id}/duplicate"
  "denormalization_context" => [
    "groups" => [
      "write_post_quote"
    ]
  ]
  "normalization_context" => [
    "groups" => [
      "write_post_quote"
    ]
    "enable_max_depth" => 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"
    ]
  ]
]
Collection operations Attributes
get
[
  "normalization_context" => [
    "groups" => [
      "list"
    ]
  ]
  "filters" => [
    "App\Filters\PagingFilter"
  ]
  "input" => null
  "output" => null
  "method" => "GET"
  "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\Quote\CreateAction"
  "denormalization_context" => [
    "groups" => [
      "write_post_quote"
    ]
  ]
  "normalization_context" => [
    "groups" => [
      "write_post_quote"
    ]
    "enable_max_depth" => true
  ]
  "security" => "is_granted("QUOTE_CUD")"
  "security_message" => "not_allowed_add_quote"
  "deserialize" => false
  "path" => "/quote"
  "swagger_context" => [
    "tags" => [
      "Quote"
    ]
    "output" => false
  ]
  "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"
    ]
  ]
]
quote_order_form
[
  "method" => "GET"
  "path" => "/quote/form"
  "controller" => "App\Controller\Quote\FormAction"
  "security" => "is_granted("QUOTE_CUD")"
  "security_message" => "not_allowed_add_quote"
  "normalization_context" => [
    "groups" => [
      "form_edit"
    ]
  ]
  "denormalization_context" => [
    "groups" => [
      "form_edit"
    ]
  ]
  "output" => [
    "class" => "App\Model\Form\FormSchema"
    "name" => "FormSchema"
  ]
  "swagger_context" => [
    "summary" => "Get Form Schema"
    "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"
    ]
  ]
]
quote_search_form
[
  "method" => "GET"
  "path" => "/quotes/search/form"
  "deserialize" => false
  "normalization_context" => [
    "groups" => [
      "form_edit"
    ]
  ]
  "denormalization_context" => [
    "groups" => [
      "form_edit"
    ]
  ]
  "controller" => "App\Controller\Quote\Search\GetSearchFormAction"
  "output" => [
    "class" => "App\Model\Form\FormSchema"
    "name" => "FormSchema"
  ]
  "swagger_context" => [
    "summary" => "Get Search Form Schema"
    "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"
    ]
  ]
]
quote_search_post
[
  "method" => "POST"
  "path" => "/quotes/search/form"
  "access_control" => "is_granted("ROLE_USER")"
  "security_message" => "not_allowed_get_quote"
  "controller" => "App\Controller\Quote\Search\PostSearchFormAction"
  "deserialize" => false
  "swagger_context" => [
    "tags" => [
      "Quote"
    ]
    "parameters" => [
      [
        "in" => "body"
        "name" => "simpleApiRequest"
        "schema" => [
          "type" => "object"
          "properties" => [
            "attribute1" => [
              "type" => "string"
            ]
            "attribute2" => [
              "type" => "string"
            ]
          ]
        ]
      ]
    ]
    "responses" => [
      200 => [
        "description" => "Search resource returned"
        "schema" => [
          "type" => "object"
          "properties" => [
            "attribute1" => [
              "type" => "string"
            ]
            "attribute2" => [
              "type" => "string"
            ]
          ]
        ]
      ]
      400 => [
        "description" => "Invalid input"
      ]
      404 => [
        "description" => "Resource not found"
      ]
    ]
    "summary" => "Search resource returned"
  ]
  "consumes" => [
    "application/json"
    "application/ld-json"
  ]
  "produces" => [
    "application/ld-json"
  ]
  "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" => [
    "list"
  ]
]
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.