Tutorial Guide > REST Tutorial > Linking and Mapping Procedures to Specific REST Service URLs > Linking the playdataByID Procedure to an HTTP Verb
 
Linking the playdataByID Procedure to an HTTP Verb
In this task you link the playdataByID to the GET verb.
To link the playdataByID procedure to the GET verb
1. Open the ACTdata Web service.
2. Select the REST tab.
3. From the upper part of the Operations section, select the playdataByID procedure.
Note: You might need to close and reopen this window for it to appear in the list.
4. In the lower part of the Operations section, click in the Value field next to HTTP Method, and select the GET verb.
5. Edit the Operation URL Path so that it reads /playdata.
6. Change the input parameter style to BARE.
7. Save your changes.