GET api/XMLInvoice/GETStatusCFDI?uuid={uuid}&rfcEmisor={rfcEmisor}&rfcReceptor={rfcReceptor}&total={total}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
uuid

string

Required

rfcEmisor

string

Required

rfcReceptor

string

Required

total

string

Required

Body Parameters

None.

Response Information

Resource Description

ErrorMessage
NameDescriptionTypeAdditional information
Code

integer

None.

ErrorType

ErrorType

None.

Description

string

None.

Response

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "ErrorType": 1,
  "Description": "sample string 2",
  "Response": "sample string 3"
}

application/xml, text/xml

Sample:
<ErrorMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AspNexus.NexusFE.Common">
  <Code>1</Code>
  <Description>sample string 2</Description>
  <ErrorType>None</ErrorType>
  <Response>sample string 3</Response>
</ErrorMessage>