Send latest trip updates (Node.js)

In this use case, the user receives the various updates of an ongoing trip Code snippets BPP receives protocol status /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND", "city": "std:080", "action": "status",

Sending the latest order with status (Node.js)

In this use case, the user refreshes the order screen to get the latest updates. On the other hand, the seller pushes updates to the application as and when there is a change to the

Sending the latest delivery order with status (Node.js)

In this use case, the user requests the delivery agency to get the latest status of a confirmed delivery. Sometimes, the delivery agency also sends multiple status updates as and when the status of delivery

Sending the latest order with status (Node.js)

In this use case, the user refreshes the order screen to get the latest updates. On the other hand, the pharmacy pushes updates to the application as and when there is a change to the

Sending the latest status of an ongoing consultation (Node.js)

In this use case, the user wants to get the latest status of an ongoing consultation. It could be getting the status of a test, or getting an update about the doctor’s availability. Code snippets

Send latest trip updates (Java)

In this use case, the user receives the various updates of an ongoing trip Code snippets BPP receives protocol status /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND", "city": "std:080", "action": "status",

Sending the latest order with status (Java)

In this use case, the user refreshes the order screen to get the latest updates. On the other hand, the seller pushes updates to the application as and when there is a change to the

Sending the latest order with status (Java)

In this use case, the user refreshes the order screen to get the latest updates. On the other hand, the pharmacy pushes updates to the application as and when there is a change to the

Sending the latest status of an ongoing consultation (Java)

In this use case, the user wants to get the latest status of an ongoing consultation. It could be getting the status of a test, or getting an update about the doctor’s availability. Code snippets

Sending the latest delivery order with status (Java)

In this use case, the user requests the delivery agency to get the latest status of a confirmed delivery. Sometimes, the delivery agency also sends multiple status updates as and when the status of delivery