Cancellation of a consultation appointment with reason for cancellation (Node.js)

In this use case, the user or the healthcare service provider (doctor, clinic, hospital etc) cancels an appointment from either end Code snippets Client calls the BAP server to trigger cancel: router.post("/healthcare_consultation/cancel_consultation", cancelOrder); async function

Cancel a trip (Node.js)

in this use case, the user cancels a trip before it starts Code snippets BPP receives protocol cancel /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND", "city": "std:080", "action": "cancel", "core_version": "0.9.1",

Cancellation of an order with reason for cancellation (Node.js)

In this use case, the user cancels the order. Sometimes, the seller asks for a reason for cancellation before cancelling the order that the user has to provide. The seller’s cancellation policy is also communicated

Cancellation of an order with reason for cancellation (Node.js)

In this use case, the user cancels the order. Sometimes, the pharmacy asks for a reason for cancellation before cancelling the order that the user has to provide. The pharmacy’s cancellation policy is also communicated

Cancellation of a diagnostic service appointment with reason for cancellation (Node.js)

In this use case, the user or the diagnostic center cancels the appointment with or without reason Code snippets BPP receives protocol cancel /* Example Request JSON: { "context": { "domain": "nic2004:85195", "country": "IND", "city":

Cancellation of a consultation appointment with reason for cancellation (Node.js)

In this use case, the user or the healthcare service provider (doctor, clinic, hospital etc) cancels an appointment from either end Code snippets BPP receives protocol cancel /* Example Request JSON: { "context": { "domain":

Cancel a trip (Java)

in this use case, the user cancels a trip before it starts Code snippets BPP receives protocol cancel /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND", "city": "std:080", "action": "cancel", "core_version": "0.9.1",

Cancellation of an order with reason for cancellation (Java)

In this use case, the user cancels the order. Sometimes, the seller asks for a reason for cancellation before cancelling the order that the user has to provide. The seller’s cancellation policy is also communicated

Cancellation of an order with reason for cancellation (Java)

In this use case, the user cancels the order. Sometimes, the pharmacy asks for a reason for cancellation before cancelling the order that the user has to provide. The pharmacy’s cancellation policy is also communicated

Cancellation of a diagnostic service appointment with reason for cancellation (Java)

In this use case, the user or the diagnostic center cancels the appointment with or without reason Code snippets BPP receives protocol cancel /* Example Request JSON: { "context": { "domain": "nic2004:85195", "country": "IND", "city":