Hi all,
I am having a strange issue with Business Central API. below is the case.
I have developed a codeunit in business central on-cloud with multiple functions and published as Web Service. Most functions receives parameter and return the values accordingly. However, i am having issue with one of the functions. It receive the parameters and process the values accordingly within Business Central.
While making the API call to this function, it says "Bad Request". below is the function and parameter. i am using OData API url to call these methods.