Forum Discussion
3 Replies
Sort By
- nmrao
Champion Level 1
If your service supports GET method, then you have to use GET. If service supports POST, then it should be part of request and should not be really parameters, please check.- ViswaasNew Contributor
Hi nmrao,
This is a POST request. I have to create a record with a large data in the request. I have tried using parameters both with MATRIX and QUERY style. In both the cases it is only accepting 10 parameters. Not beyond that.
Thanks
Viswanath
- ViswaasNew Contributor
Small mistake. Self corrected the parameters values, it is now working. THanks
Viswaas wrote:Hi nmrao,
This is a POST request. I have to create a record with a large data in the request. I have tried using parameters both with MATRIX and QUERY style. In both the cases it is only accepting 10 parameters. Not beyond that.
Thanks
Viswanath