POST api/Customer/UpdateGiaHan

Request Information

URI Parameters

None.

Body Parameters

CustomerList
NameDescriptionTypeAdditional information
CustomerID

integer

None.

Company

string

None.

Mota

string

None.

Deputy

string

None.

Address

string

None.

Phone

string

None.

Mobile

string

None.

RegisterDate

string

None.

Status

boolean

None.

Disable

boolean

None.

DeletedDate

string

None.

DeletedBy

integer

None.

Note

string

None.

PackID

integer

None.

Ngaybatdau

string

None.

Ngayhethan

string

None.

LastModified

string

None.

Fax

string

None.

Chucvunguoidaidien

string

None.

IsLock

boolean

None.

NotifyText

string

None.

TaxCode

string

None.

OrderByField

string

None.

MaxStaff

string

None.

JeeHR_AppServerID

integer

None.

LockedBy

integer

None.

LockedNote

string

None.

UnLockBy

integer

None.

UnLockNote

string

None.

CreatedBy

integer

None.

Code

string

None.

CreatedDate

string

None.

HinhThucChamCong

integer

None.

Loaihinh

integer

None.

Gender

string

None.

Email

string

None.

UsernameAdmin

string

None.

PasswordAdmin

string

None.

listAppCode

Collection of string

None.

NgayBatDauTinhPhi

string

None.

SoNgayConLai

integer

None.

Weekdays

string

None.

IsOffline

integer

None.

APILink

string

None.

LinhVucID

string

None.

PermissionID

string

None.

DNgayhethan

date

None.

IsTrial

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerID": 1,
  "Company": "sample string 2",
  "Mota": "sample string 3",
  "Deputy": "sample string 4",
  "Address": "sample string 5",
  "Phone": "sample string 6",
  "Mobile": "sample string 7",
  "RegisterDate": "sample string 8",
  "Status": true,
  "Disable": true,
  "DeletedDate": "sample string 11",
  "DeletedBy": 12,
  "Note": "sample string 13",
  "PackID": 14,
  "Ngaybatdau": "sample string 15",
  "Ngayhethan": "sample string 16",
  "LastModified": "sample string 17",
  "Fax": "sample string 18",
  "Chucvunguoidaidien": "sample string 19",
  "IsLock": true,
  "NotifyText": "sample string 21",
  "TaxCode": "sample string 22",
  "OrderByField": "sample string 23",
  "MaxStaff": "sample string 24",
  "JeeHR_AppServerID": 25,
  "LockedBy": 26,
  "LockedNote": "sample string 27",
  "UnLockBy": 28,
  "UnLockNote": "sample string 29",
  "CreatedBy": 30,
  "Code": "sample string 31",
  "CreatedDate": "sample string 32",
  "HinhThucChamCong": 33,
  "Loaihinh": 34,
  "Gender": "sample string 35",
  "Email": "sample string 36",
  "UsernameAdmin": "sample string 37",
  "PasswordAdmin": "sample string 38",
  "listAppCode": [
    "sample string 1",
    "sample string 2"
  ],
  "NgayBatDauTinhPhi": "sample string 39",
  "SoNgayConLai": 40,
  "Weekdays": "sample string 41",
  "IsOffline": 42,
  "APILink": "sample string 43",
  "LinhVucID": "sample string 44",
  "PermissionID": "sample string 45",
  "DNgayhethan": "2025-11-28T05:20:12.5850846+07:00",
  "IsTrial": true
}

application/xml, text/xml

Sample:

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseModelOfObject
NameDescriptionTypeAdditional information
status

integer

None.

data

Object

None.

page

PageModel

None.

error

ErrorModel

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "data": {},
  "page": {
    "Page": 1,
    "AllPage": 2,
    "Size": 3,
    "TotalCount": 4
  },
  "error": {
    "message": "sample string 1",
    "code": "sample string 2",
    "page": {
      "Page": 1,
      "AllPage": 2,
      "Size": 3,
      "TotalCount": 4
    }
  }
}

application/xml, text/xml

Sample: