POST api/document/generate
Request Information
URI Parameters
None.
Body Parameters
DocumentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| lauValue | string |
None. |
|
| fecha | string |
None. |
|
| emisor_Id | integer |
None. |
|
| token | string |
None. |
|
| body | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"lauValue": "sample string 1",
"fecha": "sample string 2",
"emisor_Id": 3,
"token": "sample string 4",
"body": "sample string 5"
}
text/html
Sample:
{"lauValue":"sample string 1","fecha":"sample string 2","emisor_Id":3,"token":"sample string 4","body":"sample string 5"}
application/xml, text/xml
Sample:
<DocumentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CORE_API.Models"> <body>sample string 5</body> <emisor_Id>3</emisor_Id> <fecha>sample string 2</fecha> <lauValue>sample string 1</lauValue> <token>sample string 4</token> </DocumentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |