POST api/SalesInvoicesPerform/Delete
Request Information
URI Parameters
None.
Body Parameters
InvoiceIdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Inv_BranchId | integer |
None. |
|
| Inv_TypeId | integer |
None. |
|
| Inv_EmpId | integer |
None. |
|
| Inv_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Inv_BranchId": 1,
"Inv_TypeId": 2,
"Inv_EmpId": 3,
"Inv_Id": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfInvoiceIdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | InvoiceIdModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": {
"Inv_BranchId": 1,
"Inv_TypeId": 2,
"Inv_EmpId": 3,
"Inv_Id": 4
}
}