POST api/MarketArticulos
Request Information
URI Parameters
None.
Body Parameters
MARKET_POS_ListaArticulosResult| Name | Description | Type | Additional information |
|---|---|---|---|
| upc | string |
None. |
|
| sku | string |
None. |
|
| descripcion | string |
None. |
|
| rubro | integer |
None. |
|
| subrubro | integer |
None. |
|
| categoria | integer |
None. |
|
| marca | integer |
None. |
|
| presentacion | integer |
None. |
|
| iva | decimal number |
None. |
|
| ii | decimal number |
None. |
|
| tipo_precio | integer |
None. |
|
| valor | decimal number |
None. |
|
| precio | decimal number |
None. |
|
| modificado | boolean |
None. |
|
| usuario | string |
None. |
|
| empresa | integer |
None. |
|
| espromo | boolean |
None. |
|
| esoferta | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"upc": "sample string 1",
"sku": "sample string 2",
"descripcion": "sample string 3",
"rubro": 4,
"subrubro": 5,
"categoria": 6,
"marca": 7,
"presentacion": 8,
"iva": 9.1,
"ii": 10.1,
"tipo_precio": 11,
"valor": 12.1,
"precio": 13.1,
"modificado": true,
"usuario": "sample string 14",
"empresa": 15,
"espromo": true,
"esoferta": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.