GET api/TraineeLimit/GetTierID/{ptype}/{itype}
Get the ID of the Tier record from LuTraineeLimit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ptype |
State Partnership (true/false) |
boolean |
Required |
itype |
Business Industry Type (true/false) |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
uspWDTFLuTraineeLimitGetTierID_ResultName | Description | Type | Additional information |
---|---|---|---|
TierID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "TierID": 1 }
text/html
Sample:
{"TierID":1}
application/xml, text/xml
Sample:
<uspWDTFLuTraineeLimitGetTierID_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL"> <TierID>1</TierID> </uspWDTFLuTraineeLimitGetTierID_Result>