POST api/OtherExpenses/GetExpenseDetailsByAgentId

Request Information

URI Parameters

None.

Body Parameters

GetExpenseDataByAgent
NameDescriptionTypeAdditional information
agent_id

integer

None.

user_id

integer

None.

Month

integer

None.

Year

integer

None.

expense_id

integer

None.

expense_number

string

None.

Agent_Name

string

None.

ExpenseType

string

None.

sub_total

decimal number

None.

vat_amount

decimal number

None.

grand_total

decimal number

None.

approved_amount

decimal number

None.

approved_reject_by

string

None.

Status

string

None.

created_date

string

None.

is_active

boolean

None.

created_by

integer

None.

EvidenceCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "agent_id": 1,
  "user_id": 2,
  "month": 3,
  "year": 4,
  "expense_id": 5,
  "expense_number": "sample string 6",
  "agent_Name": "sample string 7",
  "expenseType": "sample string 8",
  "sub_total": 9.0,
  "vat_amount": 10.0,
  "grand_total": 11.0,
  "approved_amount": 12.0,
  "approved_reject_by": "sample string 13",
  "status": "sample string 14",
  "created_date": "sample string 15",
  "is_active": true,
  "created_by": 17,
  "evidenceCount": 18
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.