GET api/Program/Get_PRG_Fees?PRG_ID={PRG_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PRG_ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Program_FeeStructure| Name | Description | Type | Additional information |
|---|---|---|---|
| PFS_ID | integer |
None. |
|
| PFS_FeeStructure | string |
None. |
|
| PFS_Price | decimal number |
None. |
|
| PFS_PRG_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PFS_ID": 1,
"PFS_FeeStructure": "sample string 2",
"PFS_Price": 3.1,
"PFS_PRG_ID": 4
},
{
"PFS_ID": 1,
"PFS_FeeStructure": "sample string 2",
"PFS_Price": 3.1,
"PFS_PRG_ID": 4
}
]