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": "8f2d6045-0e6b-462a-b8a9-cf5714758a6f",
"IdCarrinhoItem": "be9fca9f-bb19-4c4a-987f-dd6db320a849",
"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.