POST api/document/integration/create
Request Information
URI Parameters
None.
Body Parameters
FEIntegrationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| emisor_Id | integer |
None. |
|
| branch_Id | integer |
None. |
|
| cash_Id | integer |
None. |
|
| documentType_Id | integer |
None. |
|
| integrationType_Id | integer |
None. |
|
| pos | string |
None. |
|
| referenceNumber | string |
None. |
|
| data | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"emisor_Id": 1,
"branch_Id": 2,
"cash_Id": 3,
"documentType_Id": 4,
"integrationType_Id": 5,
"pos": "sample string 6",
"referenceNumber": "sample string 7",
"data": {}
}
text/html
Sample:
{"emisor_Id":1,"branch_Id":2,"cash_Id":3,"documentType_Id":4,"integrationType_Id":5,"pos":"sample string 6","referenceNumber":"sample string 7","data":{}}
application/xml, text/xml
Sample:
<FEIntegrationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CORE_CLIENT.Models"> <caja>3</caja> <data /> <documentoTipo_Id>4</documentoTipo_Id> <emisor_Id>1</emisor_Id> <integracionTipo_Id>5</integracionTipo_Id> <numeroReferencia>sample string 7</numeroReferencia> <pos>sample string 6</pos> <sucursal>2</sucursal> </FEIntegrationRequest>
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. |