POST dz_api/Invoice/DeleteInvoice

代账服务-删除收票记录

Request Information

URI Parameters

None.

Body Parameters

DeleteInvoicePara
NameDescriptionTypeAdditional information
Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1
}

application/xml, text/xml

Sample:
<DeleteInvoicePara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountingAgent.Models">
  <Id>1</Id>
</DeleteInvoicePara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

代账服务-删除收票记录

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>