POST api/sheets/upsertRow

Request Information

URI Parameters

None.

Body Parameters

BookingDto
NameDescriptionTypeAdditional information
ลำดับ

integer

None.

วันที่จอง

string

None.

ชื่อ

string

None.

โทรศัพท์

string

None.

Nickname

string

None.

มหาวิทยาลัย

string

None.

คณะ

string

None.

เช่า-ตัดเช่า-ตัดซื้อ

string

None.

ราคา

decimal number

None.

ประกัน

decimal number

None.

มัดจำ

decimal number

None.

ค่าส่ง

decimal number

None.

ราคาจ่ายวันรับชุด

decimal number

None.

วันรับชุด

string

None.

วันมารับชุด

string

None.

กำหนดคืนชุด

string

None.

สัดส่วน

string

None.

คืนเงินประกัน

decimal number

None.

วันที่โอนเงินคืน

string

None.

เลยกำหนดคืน

Object

None.

sheet_id

string

None.

sheet_row

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ลำดับ": 1,
  "วันที่จอง": "sample string 1",
  "ชื่อ": "sample string 2",
  "โทรศัพท์": "sample string 3",
  "Nickname": "sample string 4",
  "มหาวิทยาลัย": "sample string 5",
  "คณะ": "sample string 6",
  "เช่า-ตัดเช่า-ตัดซื้อ": "sample string 7",
  "ราคา": 1.0,
  "ประกัน": 1.0,
  "มัดจำ": 1.0,
  "ค่าส่ง": 1.0,
  "ราคาจ่ายวันรับชุด": 1.0,
  "วันรับชุด": "sample string 8",
  "วันมารับชุด": "sample string 9",
  "กำหนดคืนชุด": "sample string 10",
  "สัดส่วน": "sample string 11",
  "คืนเงินประกัน": 1.0,
  "วันที่โอนเงินคืน": "sample string 12",
  "เลยกำหนดคืน": {},
  "sheet_id": "sample string 14",
  "sheet_row": 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.