GET api/ProductCanBePaid?prodId={prodId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| prodId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SimpleResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | boolean |
None. |
Response Formats
application/json
Sample:
{
"Value": true
}
application/xml, text/xml
Sample:
<SimpleResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OdendoApi.Models"> <Value>true</Value> </SimpleResponseOfboolean>