DELETE api/DocumentosElectronicos/de
Request Information
URI Parameters
None.
Body Parameters
DeleteDocumentoElectronicoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| NumeroCaja | string |
None. |
|
| DeletedByNotaCredito | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"NumeroCaja": "sample string 2",
"DeletedByNotaCredito": true
}
application/xml, text/xml
Sample:
<DeleteDocumentoElectronicoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HouseCore.ViewModels.Request"> <DeletedByNotaCredito>true</DeletedByNotaCredito> <Id>1</Id> <NumeroCaja>sample string 2</NumeroCaja> </DeleteDocumentoElectronicoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.