POST api/Income/getMemberIncome
Request Information
URI Parameters
None.
Body Parameters
IncomeModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
TypeID | integer |
None. |
|
MemberCode | string |
None. |
|
MemberName | string |
None. |
|
Income | decimal number |
None. |
|
IncomeType | string |
None. |
|
Date | string |
None. |
|
FromMemberCode | string |
None. |
|
Level | integer |
None. |
|
Tds | decimal number |
None. |
|
Admin | decimal number |
None. |
|
NetIncome | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "TypeID": 2, "MemberCode": "sample string 3", "MemberName": "sample string 4", "Income": 5.0, "IncomeType": "sample string 6", "Date": "sample string 7", "FromMemberCode": "sample string 8", "Level": 9, "Tds": 10.0, "Admin": 11.0, "NetIncome": 12.0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.