POST api/ApiReactNT/SubmitNewAndEditTarakoneshHeiat

Request Information

URI Parameters

None.

Body Parameters

tbl_tarakoneshhesab
NameDescriptionTypeAdditional information
id

integer

None.

idbank

integer

None.

date

string

String length: inclusive between 0 and 10

time

string

String length: inclusive between 0 and 4

op

string

String length: inclusive between 0 and 1

mablagh

decimal number

None.

mojoodi

decimal number

None.

ispass

integer

None.

isdelete

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "idbank": 1,
  "date": "sample string 2",
  "time": "sample string 3",
  "op": "sample string 4",
  "mablagh": 1.0,
  "mojoodi": 1.0,
  "ispass": 1,
  "isdelete": 1
}

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.