POST api/xuathang/CapNhatHideNoti

Tắt những tin nhắn đã xóa

Request Information

URI Parameters

None.

Body Parameters

PhieuXuatNotification
NameDescriptionTypeAdditional information
IDPhieuXuat

integer

None.

MaPhieuXuat

string

None.

IDKho

integer

None.

TenKho

string

None.

SoLuongTamGiu

integer

None.

NgayLapPhieu

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IDPhieuXuat": 1,
  "MaPhieuXuat": "sample string 2",
  "IDKho": 3,
  "TenKho": "sample string 4",
  "SoLuongTamGiu": 5,
  "NgayLapPhieu": "sample string 6"
}

application/xml, text/xml

Sample:
<PhieuXuatNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_KD.Models">
  <IDKho>3</IDKho>
  <IDPhieuXuat>1</IDPhieuXuat>
  <MaPhieuXuat>sample string 2</MaPhieuXuat>
  <NgayLapPhieu>sample string 6</NgayLapPhieu>
  <SoLuongTamGiu>5</SoLuongTamGiu>
  <TenKho>sample string 4</TenKho>
</PhieuXuatNotification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseModelOfObject
NameDescriptionTypeAdditional information
status

integer

None.

data

Object

None.

page

Object

None.

error

ErrorModel

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "data": {},
  "page": {},
  "error": {
    "message": "sample string 1",
    "code": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<BaseModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_KD.Models">
  <data />
  <error>
    <code>sample string 2</code>
    <message>sample string 1</message>
  </error>
  <page />
  <status>1</status>
</BaseModelOfanyType>