POST Order/GetTotal
Request Information
URI Parameters
None.
Body Parameters
ORDER_QUERYName | Description | Type | Additional information |
---|---|---|---|
ORDER_ID | integer |
None. |
|
SYSTEM_USER_ID | string |
None. |
|
ORDER_STATUS_ID | string |
None. |
|
CREATE_START_DATE | string |
None. |
|
CREATE_END_DATE | string |
None. |
|
PAYMENT_START_DATE | string |
None. |
|
PAYMENT_END_DATE | string |
None. |
|
PAYMENT_TYPE_ID | string |
None. |
|
HAS_BILL | integer |
None. |
|
HAS_RECEIPT | integer |
None. |
|
ACTIVE | integer |
None. |
|
MIN_COST | integer |
None. |
|
MAX_COST | integer |
None. |
|
PAGE_NO | integer |
None. |
|
PAGE_COUNT | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ORDER_ID": 1, "SYSTEM_USER_ID": "sample string 2", "ORDER_STATUS_ID": "sample string 3", "CREATE_START_DATE": "sample string 4", "CREATE_END_DATE": "sample string 5", "PAYMENT_START_DATE": "sample string 6", "PAYMENT_END_DATE": "sample string 7", "PAYMENT_TYPE_ID": "sample string 8", "HAS_BILL": 9, "HAS_RECEIPT": 10, "ACTIVE": 11, "MIN_COST": 12, "MAX_COST": 13, "PAGE_NO": 14, "PAGE_COUNT": 15 }
text/html
Sample:
{"ORDER_ID":1,"SYSTEM_USER_ID":"sample string 2","ORDER_STATUS_ID":"sample string 3","CREATE_START_DATE":"sample string 4","CREATE_END_DATE":"sample string 5","PAYMENT_START_DATE":"sample string 6","PAYMENT_END_DATE":"sample string 7","PAYMENT_TYPE_ID":"sample string 8","HAS_BILL":9,"HAS_RECEIPT":10,"ACTIVE":11,"MIN_COST":12,"MAX_COST":13,"PAGE_NO":14,"PAGE_COUNT":15}
application/xml, text/xml
Sample:
<ORDER_QUERY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Controllers"> <ACTIVE>11</ACTIVE> <CREATE_END_DATE>sample string 5</CREATE_END_DATE> <CREATE_START_DATE>sample string 4</CREATE_START_DATE> <HAS_BILL>9</HAS_BILL> <HAS_RECEIPT>10</HAS_RECEIPT> <MAX_COST>13</MAX_COST> <MIN_COST>12</MIN_COST> <ORDER_ID>1</ORDER_ID> <ORDER_STATUS_ID>sample string 3</ORDER_STATUS_ID> <PAGE_COUNT>15</PAGE_COUNT> <PAGE_NO>14</PAGE_NO> <PAYMENT_END_DATE>sample string 7</PAYMENT_END_DATE> <PAYMENT_START_DATE>sample string 6</PAYMENT_START_DATE> <PAYMENT_TYPE_ID>sample string 8</PAYMENT_TYPE_ID> <SYSTEM_USER_ID>sample string 2</SYSTEM_USER_ID> </ORDER_QUERY>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultOfListOfORDERName | Description | Type | Additional information |
---|---|---|---|
m_cData | Collection of ORDER |
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.