# WSETHEADER
Read Time: 1 minute(s)
The WSETHEADER subroutine allows you to set return headers.
# Command Syntax
CALL WSETHEADER(HEADERNAME,HEADERVALUE)
1
# Syntax Elements
The WSETHEADER subroutine expects two strings as input parameters. The first parameter defines the header name you wish to set and the second parameter assigns the value.
# Example
CALL WSETHEADER("Token","111-22-3333")
1