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": "3daa6f65-1491-44ce-8ddf-1a268e447ec8",
"IdCarrinhoItem": "06ca2c8b-8234-4c88-95be-90d7720f473d",
"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.