POST PayoutPayIn/ViewList
Request Information
URI Parameters
None.
Body Parameters
ViewPayoutPayInParamName | Description | Type | Additional information |
---|---|---|---|
installer_master_id | string |
None. |
|
Payment_type | string |
None. |
|
Payment_type2 | string |
None. |
|
surveyor_master_id | string |
None. |
|
from_date | string |
None. |
|
to_date | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "installer_master_id": "sample string 1", "Payment_type": "sample string 2", "Payment_type2": "sample string 3", "surveyor_master_id": "sample string 4", "from_date": "sample string 5", "to_date": "sample string 6" }
application/xml, text/xml
Sample:
<ViewPayoutPayInParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Payment_type>sample string 2</Payment_type> <Payment_type2>sample string 3</Payment_type2> <from_date>sample string 5</from_date> <installer_master_id>sample string 1</installer_master_id> <surveyor_master_id>sample string 4</surveyor_master_id> <to_date>sample string 6</to_date> </ViewPayoutPayInParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.