POST api/PostFactura

Request Information

URI Parameters

None.

Body Parameters

TB_PostFacturaAPI
NameDescriptionTypeAdditional information
idFactura

globally unique identifier

None.

XML

Collection of byte

None.

PDF

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "idFactura": "eaf8771e-2236-47e2-8d76-d4963ddd79bc",
  "XML": "QEA=",
  "PDF": "QEA="
}

application/xml, text/xml

Sample:
<TB_PostFacturaAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiFactura">
  <PDF>QEA=</PDF>
  <XML>QEA=</XML>
  <idFactura>eaf8771e-2236-47e2-8d76-d4963ddd79bc</idFactura>
</TB_PostFacturaAPI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.