fjaroli

UpdateSeasonConstantCurlUrvi

Jan 12th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. curl --location --request PUT 'https://ryss.ap.gov.in/appmillsetupservice8/api/appconstants/v1' \
  2. --header 'Content-Type: application/json' \
  3. --data-raw '{
  4. "isActive": true,
  5. "constantValue": "RABI_23_24_20240101",
  6. "constantKey": "app109.current_season",
  7. "id": 746,
  8. "app": {
  9. "isActive": true,
  10. "description": "This app on boards a farmer with detailed profile and portfolio.",
  11. "id": 109,
  12. "appCode": "org.mindtree.app.agricultor",
  13. "projectPath": "",
  14. "appName": "Agricultor",
  15. "appCredentialsList": null,
  16. "appPlatformList": [
  17. {
  18. "isActive": true,
  19. "id": 31,
  20. "notes": null,
  21. "platformCode": {
  22. "isActive": null,
  23. "platformCode": "ANDROID",
  24. "description": "Android platform",
  25. "platformName": "Android",
  26. "id": 1
  27. }
  28. }
  29. ]
  30. },
  31. "appVersion": null,
  32. "module": null
  33. }'
Advertisement
Add Comment
Please, Sign In to add comment