POST api/carrinho/adicionar-ingrediente-item
Request Information
URI Parameters
None.
Body Parameters
AdicionarIngredienteItemRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCarrinho | globally unique identifier |
None. |
|
| IdCarrinhoItem | globally unique identifier |
None. |
|
| NomeIngrediente | string |
None. |
|
| Valor | decimal number |
None. |
|
| Qtde | integer |
None. |
|
| IdIngredienteGrade | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdCarrinho": "939cd30c-42f0-4269-b812-ea137ab692b3",
"IdCarrinhoItem": "f9aee0c9-6eca-4d75-824d-536cd1d720b8",
"NomeIngrediente": "sample string 3",
"Valor": 4.0,
"Qtde": 5,
"IdIngredienteGrade": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.