Data Migration
Program Creation
curl --location 'http://localhost:8082/program-service/v1/program/_create' \
--header 'Content-Type: application/json' \
--data-raw '{
"signature": null,
"header": {
"message_id": "123",
"message_ts": "1708428280",
"message_type": "program",
"action": "create",
"sender_id": "program@https://unified-dev.digit.org",
"receiver_id": "program@https://unified-qa.digit.org"
},
"message": {
"location_code": "pg.citya",
"name": "ifix",
"description": "Empowering local communities through sustainable development projects.",
"start_date": 1672531200,
"end_date": 1704067200,
"children":null,
"status": {
"status_code": "INITIATED",
"status_message": "ACTIVE"
},
"additional_details": {},
"function_code": "in.pg.OGES",
"administration_code": "in.pg.ac.HUDD.UID",
"recipient_segment_code": "in.pg.rsc",
"economic_segment_code": "in.pg.CE.IA.OC",
"source_of_fund_code": "in.pg.CSS",
"target_segment_code": null,
"currency_code": "INR",
"locale_code": "in.pg.citya"
}
}'IFMS Data Migration
Last updated
Was this helpful?