POST api/Timbrado/consultarEstatusComprobante?contrato={contrato}&usuario={usuario}&passwd={passwd}&uuid={uuid}&rfcEmisor={rfcEmisor}&rfcReceptor={rfcReceptor}&total={total}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contrato

string

Required

usuario

string

Required

passwd

string

Required

uuid

string

Required

rfcEmisor

string

Required

rfcReceptor

string

Required

total

string

Required

Body Parameters

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

XElement
NameDescriptionTypeAdditional information
FirstAttribute

XAttribute

None.

HasAttributes

boolean

None.

HasElements

boolean

None.

IsEmpty

boolean

None.

LastAttribute

XAttribute

None.

Name

XName

None.

NodeType

XmlNodeType

None.

Value

string

None.

FirstNode

XNode

None.

LastNode

XNode

None.

NextNode

XNode

None.

PreviousNode

XNode

None.

BaseUri

string

None.

Document

XDocument

None.

Parent

XElement

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.