POST api/Values/GetCodigoEANUPC
Request Information
URI Parameters
None.
Body Parameters
MaterialVm| Name | Description | Type | Additional information |
|---|---|---|---|
| CodigoProducto | string |
None. |
|
| CodigoEANUPC | string |
None. |
|
| Existe | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodigoProducto": "sample string 1",
"CodigoEANUPC": "sample string 2",
"Existe": true
}
text/xml
Sample:
<MaterialVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiVesta.TterrestreModel.ViewModel"> <CodigoEANUPC>sample string 2</CodigoEANUPC> <CodigoProducto>sample string 1</CodigoProducto> <Existe>true</Existe> </MaterialVm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MaterialVm| Name | Description | Type | Additional information |
|---|---|---|---|
| CodigoProducto | string |
None. |
|
| CodigoEANUPC | string |
None. |
|
| Existe | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodigoProducto": "sample string 1",
"CodigoEANUPC": "sample string 2",
"Existe": true
}
text/xml
Sample:
<MaterialVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiVesta.TterrestreModel.ViewModel"> <CodigoEANUPC>sample string 2</CodigoEANUPC> <CodigoProducto>sample string 1</CodigoProducto> <Existe>true</Existe> </MaterialVm>