POST api/SalesInvoicesPerform/Insert

Request Information

URI Parameters

None.

Body Parameters

InvoiceInsertModel
NameDescriptionTypeAdditional information
Inv_BranchId

integer

None.

Inv_TypeId

integer

None.

Inv_EmpId

integer

None.

Inv_Id

integer

None.

Inv_ClientId

integer

None.

Inv_ClientName

string

None.

Inv_ClientMobile

string

None.

Inv_ClientCountryCode

string

None.

Inv_ToDistrictId

integer

None.

Inv_FromDistrictId

integer

None.

Inv_CarId

integer

None.

Inv_DriverId

integer

None.

Inv_Note

string

None.

Inv_Reference

string

None.

Inv_TotalAmount

decimal number

None.

Inv_AnotherFee

decimal number

None.

Inv_Discount

decimal number

None.

Inv_TotalAfterDiscount

decimal number

None.

Inv_Tax

decimal number

None.

Inv_NetAmount

decimal number

None.

Inv_Paid

decimal number

None.

Inv_Paid2

decimal number

None.

Inv_Remain

decimal number

None.

Inv_PayMode

integer

None.

Inv_PayMode2

integer

None.

Inv_MainInvNum

integer

None.

Inv_IsReturned

boolean

None.

Inv_IsFreeTrip

boolean

None.

Inv_SendSMS

boolean

None.

Inv_Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "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:14:39.8037581+03:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponseOfInvoiceInsertModel
NameDescriptionTypeAdditional 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:14:39.8037581+03:00"
  }
}