Skip to content

Commit

Permalink
Merge pull request #35 from om-ghimire/main
Browse files Browse the repository at this point in the history
Chage method to Get from POST
  • Loading branch information
omG-himire authored Jan 29, 2025
2 parents 420e551 + 3bb323d commit 72ebcf3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/servicecharge/service-charge.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This API allows you to create service charges for a specific service by providin

### Endpoint
**URL**: `{{base_url}}/api/account/service-charges/`
**Method**: `POST`
**Method**: `GET`

---

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/servicecharge/service-charge/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3140,7 +3140,7 @@ <h1 id="service-charges-api">Service Charges API<a class="headerlink" href="#ser
<hr />
<h3 id="endpoint">Endpoint<a class="headerlink" href="#endpoint" title="Permanent link">&para;</a></h3>
<p><strong>URL</strong>: <code>{{base_url}}/api/account/service-charges/</code><br />
<strong>Method</strong>: <code>POST</code></p>
<strong>Method</strong>: <code>GET</code></p>
<hr />
<h3 id="request-body">Request Body<a class="headerlink" href="#request-body" title="Permanent link">&para;</a></h3>
<p>To create a service charge, you must send a JSON object in the body of the request. The required fields are:</p>
Expand Down
Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 72ebcf3

Please sign in to comment.