Hello everyone, hope you all are well! I need help with in how to send the Location property of the headers in my User Defined API response. I didn't find any information in the documentation abut it, but our client requires that information in the headers of the response.
I'll leave the output of my api here:
return new ApiTriggerOutput
{
ResponseBody = responseMessage,
ResponseCode = 201,
};
Thank you in advance!
João Azevedo Asked question 13 hours ago