SAC WS01

<back to all web services

Informes

The following routes are available for this service:
All Verbs/api/informes
All Verbs/rest/informes
Informes Parameters:
NameParameterData TypeRequiredDescription
UsuarioquerystringNo
TokenquerystringNo
TicketquerystringNo
InformesResponse Parameters:
NameParameterData TypeRequiredDescription
ContenidoformDtoInformesContenidoNo
DtoInformesContenido Parameters:
NameParameterData TypeRequiredDescription
PedidoformDtoInformesPedidoNo
DtoInformesPedido Parameters:
NameParameterData TypeRequiredDescription
UsuarioformintNo
TicketformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/Informes HTTP/1.1 
Host: ws01.nosis.com 
Content-Type: application/json
Content-Length: length

{"Usuario":"String","Token":"String","Ticket":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Contenido":{"Pedido":{"Usuario":0,"Ticket":"String"},"Resultado":{"Estado":0,"Novedad":"String","Tiempo":0,"FechaRecepcion":"String","Transaccion":"String","Referencia":"String","Servidor":"String","Version":"String"},"Datos":{"Documento":"String","Informe":"AA=="}}}