POST api/ApiReactMehriza/SubmitNewAndEditAvamel
Request Information
URI Parameters
None.
Body Parameters
tbl_avamel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
String length: inclusive between 0 and 30 |
|
| family | string |
String length: inclusive between 0 and 30 |
|
| semat | string |
String length: inclusive between 0 and 30 |
|
| isdelete | integer |
None. |
|
| idkitchen | integer |
None. |
|
| gender | string |
String length: inclusive between 0 and 1 |
|
| isbuyer | integer |
None. |
|
| datestartjob | string |
String length: inclusive between 0 and 15 |
|
| mobile | string |
String length: inclusive between 0 and 11 |
|
| hoghoogh | decimal number |
None. |
|
| saatkarrooz | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"family": "sample string 3",
"semat": "sample string 4",
"isdelete": 1,
"idkitchen": 1,
"gender": "sample string 5",
"isbuyer": 1,
"datestartjob": "sample string 6",
"mobile": "sample string 7",
"hoghoogh": 1.0,
"saatkarrooz": 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.