cowinapi / developer.cowin

This group is created to facilitate technical and integration discussions related to cowin platform. API related contents can be obtained at API setu portal https://apisetu.gov.in/public/marketplace/api/cowin
115 stars 30 forks source link

Vaccinator API: Getting "Could not find any center for provided centerid" #448

Open mkangia opened 3 years ago

mkangia commented 3 years ago

Hi,

On the vaccinator APIs, getting { "errorCode": "APPOIN0006", "error": "Could not find any center for provided centerid" } when trying to send the example on the api page. Also tried by sending a center id from response in finding sessions by pin

{'beneficiary_reference_id': '1234567890123',
 'center_id': 563048,
 'vaccine': 'COVISHIELD',
 'vaccine_batch': '123456',
 'dose': 1,
 'dose1_date': '17-06-2021',
 'vaccinator_name': 'Prabha Devi'}

Before this step, I registered a new beneficiary without any issue and assuming that booking a slot is not necessary to update vaccination status.