POST api/ApiReactMehriza/SubmitNewAndEditSeller

Request Information

URI Parameters

None.

Body Parameters

tbl_seller
NameDescriptionTypeAdditional information
id

integer

None.

name

string

String length: inclusive between 0 and 30

family

string

String length: inclusive between 0 and 30

mobile

string

String length: inclusive between 0 and 11

job

string

String length: inclusive between 0 and 50

mojoodi

decimal number

None.

ispos

integer

None.

sheba

string

String length: inclusive between 0 and 30

isdelete

integer

None.

tel

string

String length: inclusive between 0 and 30

city

string

String length: inclusive between 0 and 20

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "family": "sample string 3",
  "mobile": "sample string 4",
  "job": "sample string 5",
  "mojoodi": 1.0,
  "ispos": 6,
  "sheba": "sample string 7",
  "isdelete": 1,
  "tel": "sample string 8",
  "city": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.