POST api/SaleReturnInvoices/GetById

Request Information

URI Parameters

None.

Body Parameters

InvoiceIdModel
NameDescriptionTypeAdditional 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

ApiResponseOfInvoiceModel
NameDescriptionTypeAdditional information
ApiMessage

ApiMessage

None.

Data

InvoiceModel

None.

Response Formats

application/json, text/json

Sample:
{
  "ApiMessage": {
    "StatusCode": 1,
    "StatusMessage": "sample string 2"
  },
  "Data": {
    "Inv_BranchId": 1,
    "Inv_BranchName": "sample string 2",
    "Inv_TypeId": 3,
    "Inv_EmpId": 4,
    "Inv_EmpName": "sample string 5",
    "Inv_Id": 6,
    "Inv_ClientId": 7,
    "Inv_ClientName": "sample string 8",
    "Inv_ToDistrictId": 9,
    "Inv_ToDistrictName": "sample string 10",
    "Inv_FromDistrictId": 11,
    "Inv_FromDistrictName": "sample string 12",
    "Inv_CarId": 13,
    "Inv_CarName": "sample string 14",
    "Inv_CarLevelName": "sample string 15",
    "Inv_DriverId": 16,
    "Inv_DriverName": "sample string 17",
    "Inv_Note": "sample string 18",
    "Inv_Reference": "sample string 19",
    "Inv_TotalAmount": 20.0,
    "Inv_AnotherFee": 21.0,
    "Inv_Discount": 22.0,
    "Inv_TotalAfterDiscount": 23.0,
    "Inv_Tax": 24.0,
    "Inv_NetAmount": 25.0,
    "Inv_Paid": 26.0,
    "Inv_Paid2": 27.0,
    "Inv_Remain": 28.0,
    "Inv_PayMode": 29,
    "Inv_PayMode2": 30,
    "Inv_Date": "sample string 31",
    "Inv_Time": "sample string 32",
    "Inv_Key": "sample string 33",
    "Inv_MainInvNum": 34,
    "Inv_IsReturned": true,
    "RowCount": 36
  }
}