Skip to content

Commit

Permalink
Merge pull request #34 from om-ghimire/main
Browse files Browse the repository at this point in the history
Update Response for vianet
  • Loading branch information
omG-himire authored Jan 17, 2025
2 parents 025c582 + 9b5e4f4 commit 420e551
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 31 deletions.
53 changes: 38 additions & 15 deletions content/Internet/vianet-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,44 @@
### Success Response
<pre><code class="json">
{
"status": true,
"details": {
"message": "Success",
"amount": 27719,
"policy_no": "63190031433",
"customer_name": "Aayushma Malla",
"product_name": "Child Endowment(Bal Umanga)",
"interest_rate": "12.00",
"loan_amount": "32000.00",
"loan_date": "2023-02-02",
"principal_amount": "27628.00",
"request_id": "63190031433-2016",
"interest": "91.00"
},
"session_id": 12341
"customer_id": 110871,
"customer_name": "Suman Shrestha",
"bills": [
{
"payment_id": "1613142_PP",
"service_name": "wetherspooncafe21424",
"service_details": "FiberNet Home CRush (1 year)",
"vat_amount": "30.55",
"grand_total": "277.98",
"service_rate": "246.00"
},
{
"payment_id": "1613143_PP",
"service_name": "wetherspooncafe21424",
"service_details": "Test payment 2",
"vat_amount": "3.77",
"grand_total": "34.35",
"service_rate": "30.40"
},
{
"payment_id": "1613144_PP",
"service_name": "wetherspooncafe21424",
"service_details": "Test Payment 1",
"vat_amount": "5.20",
"grand_total": "47.46",
"service_rate": "42.00"
},
{
"payment_id": "1613145_PP",
"service_name": "wetherspooncafe21424",
"service_details": "FiberNet Home CRush (6 months)",
"vat_amount": "13.00",
"grand_total": "118.65",
"service_rate": "105.00"
}
],
"session_id": 27383,
"status": true
}
</code></pre>

Expand Down
53 changes: 38 additions & 15 deletions docs/Internet/vianet-new/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3337,21 +3337,44 @@ <h3 id="request-payload">Request Payload<a class="headerlink" href="#request-pay
<h3 id="success-response">Success Response<a class="headerlink" href="#success-response" title="Permanent link">&para;</a></h3>
<pre><code class="json">
{
"status": true,
"details": {
"message": "Success",
"amount": 27719,
"policy_no": "63190031433",
"customer_name": "Aayushma Malla",
"product_name": "Child Endowment(Bal Umanga)",
"interest_rate": "12.00",
"loan_amount": "32000.00",
"loan_date": "2023-02-02",
"principal_amount": "27628.00",
"request_id": "63190031433-2016",
"interest": "91.00"
},
"session_id": 12341
"customer_id": 110871,
"customer_name": "Suman Shrestha",
"bills": [
{
"payment_id": "1613142_PP",
"service_name": "wetherspooncafe21424",
"service_details": "FiberNet Home CRush (1 year)",
"vat_amount": "30.55",
"grand_total": "277.98",
"service_rate": "246.00"
},
{
"payment_id": "1613143_PP",
"service_name": "wetherspooncafe21424",
"service_details": "Test payment 2",
"vat_amount": "3.77",
"grand_total": "34.35",
"service_rate": "30.40"
},
{
"payment_id": "1613144_PP",
"service_name": "wetherspooncafe21424",
"service_details": "Test Payment 1",
"vat_amount": "5.20",
"grand_total": "47.46",
"service_rate": "42.00"
},
{
"payment_id": "1613145_PP",
"service_name": "wetherspooncafe21424",
"service_details": "FiberNet Home CRush (6 months)",
"vat_amount": "13.00",
"grand_total": "118.65",
"service_rate": "105.00"
}
],
"session_id": 27383,
"status": true
}
</code></pre>

Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 420e551

Please sign in to comment.