POST Invoice/Delete?invoiceID={invoiceID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LoginResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Result | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Result": 2,
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<LoginResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HesapKobiMobil.Models"> <ID>1</ID> <Message>sample string 3</Message> <Result>2</Result> </LoginResult>