GET api/DocumentosElectronicos/invoice/deByCdc/{cdc}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cdc | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseDE| Name | Description | Type | Additional information |
|---|---|---|---|
| IdDE | integer |
None. |
|
| KuDE | Collection of byte |
None. |
|
| CDC | string |
None. |
|
| DocNumDE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdDE": 1,
"KuDE": "QEA=",
"CDC": "sample string 2",
"DocNumDE": "sample string 3"
}
application/xml, text/xml
Sample:
<ResponseDE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HouseCore.Models.ModelsDE"> <CDC>sample string 2</CDC> <DocNumDE>sample string 3</DocNumDE> <IdDE>1</IdDE> <KuDE>QEA=</KuDE> </ResponseDE>