POST userProfile/GetPriceDetailwithUrl
Request Information
URI Parameters
None.
Body Parameters
iGetPriceDetailWithUrlName | Description | Type | Additional information |
---|---|---|---|
Priceid | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Priceid": "sample string 1" }
Response Information
Resource Description
oGetPriceDetailWithURLResponseName | 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" }