POST api/v1/get_product_detail_new
Request Information
URI Parameters
None.
Body Parameters
product_billing_detail_new| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | integer |
None. |
|
| product_id | integer |
None. |
|
| selection_type | integer |
None. |
|
| billing_type | string |
None. |
|
| payment_term_id | string |
None. |
|
| rate_type | string |
None. |
|
| down_payment | decimal number |
None. |
|
| with_book | boolean |
None. |
|
| subject_ids | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"user_id": 1,
"product_id": 2,
"selection_type": 3,
"billing_type": "sample string 4",
"payment_term_id": "sample string 5",
"rate_type": "sample string 6",
"down_payment": 7.1,
"with_book": true,
"subject_ids": "sample string 9"
}
application/xml, text/xml
Sample:
<product_billing_detail_new xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <billing_type>sample string 4</billing_type> <down_payment>7.1</down_payment> <payment_term_id>sample string 5</payment_term_id> <product_id>2</product_id> <rate_type>sample string 6</rate_type> <selection_type>3</selection_type> <subject_ids>sample string 9</subject_ids> <user_id>1</user_id> <with_book>true</with_book> </product_billing_detail_new>
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.