Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -L 'https://upyog-sandbox.niua.org/national-dashboard/masterdata/_ingest' \

-H 'Content-Type: application/json' \

-d '{
        "RequestInfo": {
                "apiInfo": {
                        "id": "asset-services",
                        "version": "",
                        "path": ""
                },
                "deviceDetail": {
                        "id": "",
                        "signature": ""
                },
                "ts": 0,
                "action": "",
                "key": "",
                "msgId": "",
                "requesterId": "",
                "authToken": "d275a707-ea90-42e5-8f93-829c6a5ad5ed",
                "signature": ""
        },
        "MasterData": {
                "financialYear": "2021-22",
                "module": "TL",
                "ulb": "pb.amritsar",
                "region": "Amritsar",
                "state": "Punjab",
                "metrics": {
                        "date": "01-04-2021",
                        "snoForMunicipalCorporation": "45",
                        "ulbName": "pb.amritsar",
                        "budgetProposedForMunicipalCorporation": 40000000
                }
        }

}'

Fetch the target data from states and update it in the specific environment 

...