POST api/ApiReactMehriza/SubmitNewBuy
Request Information
URI Parameters
None.
Body Parameters
tbl_buy| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| idbuyer | integer |
None. |
|
| idkitchen | integer |
None. |
|
| idseller | integer |
None. |
|
| idbank | integer |
None. |
|
| idsharemali | integer |
None. |
|
| date | string |
String length: inclusive between 0 and 15 |
|
| mablagh | decimal number |
None. |
|
| tozih | string |
String length: inclusive between 0 and 150 |
|
| noebuy | string |
String length: inclusive between 0 and 10 |
|
| isdelete | integer |
None. |
|
| iduser | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"idbuyer": 1,
"idkitchen": 1,
"idseller": 1,
"idbank": 1,
"idsharemali": 1,
"date": "sample string 2",
"mablagh": 1.0,
"tozih": "sample string 3",
"noebuy": "sample string 4",
"isdelete": 1,
"iduser": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.