-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
622df4a
commit 2d2b060
Showing
1 changed file
with
0 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,84 +10,6 @@ dotnet ef database update --project Infrastructure --startup-project Api | |
|
||
Documentation details https://documenter.getpostman.com/view/23348379/2s9YymFQ2G | ||
|
||
|
||
|
||
<table style="padding: 0;margin: 0"> | ||
<thead style="padding: 0;margin: 0"> | ||
<tr style="padding: 0;margin: 0"> | ||
<th width="10%">Method</th> | ||
<th width="40%">Path </th> | ||
</tr> | ||
</thead> | ||
<tbody style="padding: 0;margin: 0"> | ||
<tr width="100%"> | ||
<td align="center" style="padding: 0;margin: 0"> | ||
<img src=".github/assets/POST.png" alt="POST" width="25%"/> | ||
</td> | ||
<td align="center" style="padding: 0;margin: 0"><b>/api/Expense/</b></td> | ||
</tr> | ||
|
||
</tbody> | ||
<thead> | ||
<tr> | ||
<th width="50%">Request Example</th> | ||
<th width="50%">Response Example</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
<tr width="100%" style="padding: 0;margin: 0"> | ||
<td height="0px" style="padding-bottom: 0%;padding-top: 0%; margin: 0%"> | ||
|
||
```json | ||
{ | ||
"id": 5, | ||
"username": "mary", | ||
"email": "[email protected]", | ||
"order_id": "f7177da" | ||
} | ||
``` | ||
</td> | ||
<td height="0px" style="padding-bottom: 0%;padding-top: 0%; margin: 0%"> | ||
|
||
```json | ||
{ | ||
"id": 5, | ||
"username": "mary", | ||
"email": "[email protected]", | ||
"order_id": "f7177da" | ||
} | ||
``` | ||
</td> | ||
</tr> | ||
</tbody> | ||
|
||
</table> | ||
|
||
# Project Name | ||
|
||
A brief description of your project. | ||
|
||
## Description | ||
|
||
Provide a more detailed description of your project here. | ||
|
||
## Validations | ||
|
||
List any validations or requirements for using your project. | ||
|
||
## API Details | ||
|
||
### API Method | ||
|
||
Specify the HTTP method used by your API (e.g., GET, POST, PUT, DELETE). | ||
|
||
### API Path | ||
|
||
Provide the endpoint or path for your API. | ||
|
||
|
||
|
||
## Expense | ||
|
||
|
||
|