POST api/v1/tdms_student_sale_history
Request Information
URI Parameters
None.
Body Parameters
comm_sale| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | integer |
None. |
|
| from_date | string |
None. |
|
| to_date | string |
None. |
|
| mobile | string |
None. |
|
| billing_type | string |
None. |
|
| product_id | integer |
None. |
|
| payment_term_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"user_id": 1,
"from_date": "sample string 2",
"to_date": "sample string 3",
"mobile": "sample string 4",
"billing_type": "sample string 5",
"product_id": 6,
"payment_term_id": 7
}
application/xml, text/xml
Sample:
<comm_sale xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <billing_type>sample string 5</billing_type> <from_date>sample string 2</from_date> <mobile>sample string 4</mobile> <payment_term_id>7</payment_term_id> <product_id>6</product_id> <to_date>sample string 3</to_date> <user_id>1</user_id> </comm_sale>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.