POST api/SaleReturnInvoices/Insert
Request Information
URI Parameters
None.
Body Parameters
ReturnInvoiceIdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Inv_CurrentEmpId | integer |
None. |
|
| Inv_BranchId | integer |
None. |
|
| Inv_TypeId | integer |
None. |
|
| Inv_EmpId | integer |
None. |
|
| Inv_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Inv_CurrentEmpId": 1,
"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
ApiResponseOfInvoiceInsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | InvoiceInsertModel |
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,
"Inv_ClientId": 5,
"Inv_ClientName": "sample string 6",
"Inv_ClientMobile": "sample string 7",
"Inv_ClientCountryCode": "sample string 8",
"Inv_ToDistrictId": 9,
"Inv_FromDistrictId": 10,
"Inv_CarId": 11,
"Inv_DriverId": 12,
"Inv_Note": "sample string 13",
"Inv_Reference": "sample string 14",
"Inv_TotalAmount": 15.0,
"Inv_AnotherFee": 16.0,
"Inv_Discount": 17.0,
"Inv_TotalAfterDiscount": 18.0,
"Inv_Tax": 19.0,
"Inv_NetAmount": 20.0,
"Inv_Paid": 21.0,
"Inv_Paid2": 22.0,
"Inv_Remain": 23.0,
"Inv_PayMode": 24,
"Inv_PayMode2": 25,
"Inv_MainInvNum": 26,
"Inv_IsReturned": true,
"Inv_IsFreeTrip": true,
"Inv_SendSMS": true,
"Inv_Date": "2025-12-15T05:17:08.1603933+03:00"
}
}