# WSETHEADER
Updated: 1/18/2021, 4:08:04 PM
Created: 1/18/2021, 4:08:04 PM
Last Updated By: Mike Street
Read Time: 1 minute(s)
The WSETHEADER
subroutine allows you to set return headers.
# WSETHEADER Syntax
CALL WSETHEADER(HEADERVALUE,HEADERNAME)
1
# Syntax Elements
Parameter | Description |
---|---|
HEADERVALUE | Set this to what you wish to assign the header. |
HEADERNAME | Set to the name of the header you want. |
# WSETHEADER Example
CALL WSETHEADER("111-22-3333","Token")
1