POST api/BHSC/InsertRepairingFromCus

Request Information

URI Parameters

None.

Body Parameters

IPhieuKhach
NameDescriptionTypeAdditional information
ClientId

integer

None.

Phone

string

None.

Address

string

None.

CusInfo

string

None.

Note

string

None.

strImage

string

None.

LAT

decimal number

None.

LNG

decimal number

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientId": 1,
  "Phone": "sample string 2",
  "Address": "sample string 3",
  "CusInfo": "sample string 4",
  "Note": "sample string 5",
  "strImage": "sample string 6",
  "LAT": 7.1,
  "LNG": 8.1,
  "token": "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.