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