Tutorial Guide > REST Tutorial > Linking and Mapping Procedures to Specific REST Service URLs > Linking the insertPlaydata Procedure to an HTTP Verb
 
Linking the insertPlaydata Procedure to an HTTP Verb
This task links the insertPlaydata procedure to the POST HTTP verb. POST submits data to process and includes data in the body of the request.
To link the insertPlaydata procedures to the POST verb
1. Open the ACTdata Web service.
2. Select the REST tab.
3. From the upper part of the Operations section, select the insertPlaydata 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, select the verb associated with the procedure.
5. Edit the Operation URL so that it reads /playdata.
6. Change the input parameter style to BARE.
7. Save your changes.