POST Contract/GetReport
Request Information
URI Parameters
None.
Body Parameters
CONTRACT_QUERY| Name | Description | Type | Additional information |
|---|---|---|---|
| CONTRACT_ID | integer |
None. |
|
| PAYMENT_TYPE_ID | string |
None. |
|
| CONTRACT_TYPE_ID | string |
None. |
|
| CITY_ID | string |
None. |
|
| BRANCH_ID | string |
None. |
|
| SYSTEM_USER_ID | string |
None. |
|
| ADDER_ID | string |
None. |
|
| START_DATE | string |
None. |
|
| END_DATE | string |
None. |
|
| IS_ONLINE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CONTRACT_ID": 1,
"PAYMENT_TYPE_ID": "sample string 2",
"CONTRACT_TYPE_ID": "sample string 3",
"CITY_ID": "sample string 4",
"BRANCH_ID": "sample string 5",
"SYSTEM_USER_ID": "sample string 6",
"ADDER_ID": "sample string 7",
"START_DATE": "sample string 8",
"END_DATE": "sample string 9",
"IS_ONLINE": "sample string 10"
}
text/html
Sample:
{"CONTRACT_ID":1,"PAYMENT_TYPE_ID":"sample string 2","CONTRACT_TYPE_ID":"sample string 3","CITY_ID":"sample string 4","BRANCH_ID":"sample string 5","SYSTEM_USER_ID":"sample string 6","ADDER_ID":"sample string 7","START_DATE":"sample string 8","END_DATE":"sample string 9","IS_ONLINE":"sample string 10"}
application/xml, text/xml
Sample:
<CONTRACT_QUERY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/bnfBLL.SYSTEM"> <ADDER_ID>sample string 7</ADDER_ID> <BRANCH_ID>sample string 5</BRANCH_ID> <CITY_ID>sample string 4</CITY_ID> <CONTRACT_ID>1</CONTRACT_ID> <CONTRACT_TYPE_ID>sample string 3</CONTRACT_TYPE_ID> <END_DATE>sample string 9</END_DATE> <IS_ONLINE>sample string 10</IS_ONLINE> <PAYMENT_TYPE_ID>sample string 2</PAYMENT_TYPE_ID> <START_DATE>sample string 8</START_DATE> <SYSTEM_USER_ID>sample string 6</SYSTEM_USER_ID> </CONTRACT_QUERY>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultOfCONTRACT_REPORT| Name | Description | Type | Additional information |
|---|---|---|---|
| m_cData | CONTRACT_REPORT |
None. |
|
| m_cDetail | ProcessResult |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.