POST api/v1/get_product_detail_upgrade_new
Request Information
URI Parameters
None.
Body Parameters
product_billing_detail_upgrade_new| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | integer |
None. |
|
| last_order_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,
"last_order_id": 2,
"product_id": 3,
"selection_type": 4,
"billing_type": "sample string 5",
"payment_term_id": "sample string 6",
"rate_type": "sample string 7",
"down_payment": 8.1,
"with_book": true,
"subject_ids": "sample string 10"
}
application/xml, text/xml
Sample:
<product_billing_detail_upgrade_new xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <billing_type>sample string 5</billing_type> <down_payment>8.1</down_payment> <last_order_id>2</last_order_id> <payment_term_id>sample string 6</payment_term_id> <product_id>3</product_id> <rate_type>sample string 7</rate_type> <selection_type>4</selection_type> <subject_ids>sample string 10</subject_ids> <user_id>1</user_id> <with_book>true</with_book> </product_billing_detail_upgrade_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.