Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
On request body I have json like following:
"bookingMode":"Online","cityId":null,"iswaitlistSlot":false,"numberOfApplicants":0,"previousSequenceNumber":null,"processType":null,"slotQuotaids":[11111111111]

Previously when writing the value of "numberOfApplicants":0 server response "statusCode":"100","statusMessage":"Success","slotAvailable":77733"
but Now after Site Update server response 
statusCode":"121","statusMessage":"Slot quota details not available" 
Is there code to force the server to accept values less than 1؟


What I have tried:

I'm trying to get slots when the "numberOfApplicants":0
Posted
Comments
Dave Kreskowiak 14-Mar-23 17:12pm    
There is no way to "force" the server to accept anything. It wants what it wants in the format it wants it.

Without knowing anything about your server-side code, it's impossible for anyone to tell you what's going on.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900