Selecting a mobility option and sending the updated quote for the same (Node.js)

In this use case, the user selects a mobility option and receives the fare for the same Code snippets BPP receives protocol select /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND", "city":

Applying an offer on a mobility service and sending discounted fare (Node.js)

In this use case, the user applies an offer on a mobility service and receives a discounted fare Code snippets BPP receives protocol select /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND",

Adding an offer the cart and sending a discounted quote (Node.js)

In this use case, the user applies an offer to a cart to avail a discount on a particular item or the total cart value. This offer is usually entered by the user as a

Adding an add-on to an item and sending an updated quote (Node.js)

In this use case, the user adds an optional add-on to a particular product in the cart. This is generally useful in the case of restaurants where the user is allowed additional customization on individual

Adding an item to the cart and sending an updated quote (Node.js)

In this use case, the user wants to add an item to his cart. This usually results in the seller blocking that item in his inventory for a limited period of time at af fixed

Adding a pharmaceutical item to the cart and sending an updated quote (Node.js)

In this use case, the user wants to add an item to his cart. This usually results in the pharmacy blocking that item in his inventory for a limited period of time at af fixed

Receiving selected diagnostic services and sending the updated quote (Node.js)

In this use case, the user selects a few tests from the service catalog of the diagnostic center and receives a quote for the services Code snippets BPP receives protocol select /* Example Request JSON:

Receiving a selected consultation slot and sending the updated quote (Node.js)

In this use case, the user selects a search result and expects a consultation fee. Code snippets BPP receives protocol select /* Example Request JSON: { "context": { "domain": "nic2004:85121", "country": "IND", "city": "std:080", "action":

Selecting a mobility option and sending the updated quote for the same (Java)

In this use case, the user selects a mobility option and receives the fare for the same Code snippets BPP receives protocol select /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND", "city":

Applying an offer on a mobility service and sending discounted fare (Java)

In this use case, the user applies an offer on a mobility service and receives a discounted fare Code snippets BPP receives protocol select /* Example Request JSON: { "context": { "domain": "nic2004:60221", "country": "IND",