POST userProfile/GetPriceDetailwithUrl
Request Information
URI Parameters
None.
Body Parameters
iGetPriceDetailWithUrl| Name | Description | Type | Additional information |
|---|---|---|---|
| Priceid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Priceid": "sample string 1"
}
Response Information
Resource Description
oGetPriceDetailWithURLResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| userPriceDetail | Collection of oGetPriceDetailWithURL |
None. |
|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"userPriceDetail": [
{
"PriceDetailTitle": "sample string 1",
"PriceDetailIsDisable": 2,
"PriceDetailIsNew": 3
},
{
"PriceDetailTitle": "sample string 1",
"PriceDetailIsDisable": 2,
"PriceDetailIsNew": 3
}
],
"StatusCode": true,
"Message": "sample string 2"
}