GET api/Ventas/GetConfigVentas

Configuracion de Datos de Ventas

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Parametros Ventas

RspConfigVentas
NameDescriptionTypeAdditional information
Estado

boolean

None.

CodigoError

string

None.

Mensaje

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Estado": true,
  "CodigoError": "sample string 2",
  "Mensaje": "sample string 3"
}

text/html

Sample:
{"Estado":true,"CodigoError":"sample string 2","Mensaje":"sample string 3"}

application/xml, text/xml

Sample:
<RspConfigVentas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Janna">
  <CodigoError>sample string 2</CodigoError>
  <Estado>true</Estado>
  <Mensaje>sample string 3</Mensaje>
</RspConfigVentas>