POST api/TheBHYT?api={api}

Thêm mới bản ghi mức hưởng BHYT

Request Information

URI Parameters

NameDescriptionTypeAdditional information
api

Mã API do hệ thống cung cấp

string

Required

Body Parameters

mức hưởng mức hưởng BHYT

DanhMucTheBHYTModelAdd
NameDescriptionTypeAdditional information
id

id

string

None.

idkey

id key

string

None.

idcoso

id đối tác

string

None.

madoituong

Mã đối tượng

string

None.

tendoituong

Tên đối tượng

string

None.

maquyenloi

Mã quyền lợi

integer

None.

tenmaquyenloi

Tên Mã quyền lợi

string

None.

quyenloichung

% Quyền lợi chung

integer

None.

quyenloiktc

% Quyền lợi DVKTC

integer

None.

hanmucktc

Hạn mức chi trả dịch vụ DVKTC (TÍnh theo số tháng lương cơ bản, -1 là không giới hạn)

integer

None.

vanchuyen

% Vận chuyển

integer

None.

khongapdungnd70

Không áp dụng tỷ lệ thanh toán cho thuốc, vật tư theo nghị định 70/2015/NĐ-CP đối với 1 số thẻ như CY,CA,QN true/false

boolean

None.

khongapdungluatbhyt22

Không áp dụng tỷ lệ thanh toán cho thuốc, vật tư theo điều 9, mục 1a QĐ 1399/2014 hoặc theo điều 22, mục 1a luật BHYT sửa đổi 2014 đối với 1 số thẻ như TE,CN,CY,CA,QN true/false

boolean

None.

khongioihantt45thangluong

Không giới hạn thanh toán vật tư ở mức 45 tháng lương cơ bản đối với 1 số thẻ như TE,CN,CY,CA,QN true/false

boolean

None.

khongktthetrencongbhyt

Không kiểm tra thẻ trên cổng BHYT true/false

boolean

None.

khongaptranvtytnd70

Không áp trần VTYT (nghị định 70) true/false

boolean

None.

boquamaloi

Khi kiểm tra bỏ qua các mã lỗi sau (các mã lỗi cách nhau ;)

string

None.

mota

Mô tả

string

None.

ngaybatdau

Ngày bắt đầu hạn thẻ yyyyMMdd

integer

None.

ngayketthuc

Ngày kết thúc hạn thẻ yyyyMMdd

integer

None.

stt

STT

integer

None.

notuse

Không sử dụng true/false

boolean

None.

ngaytao

Ngày tạo yyyyMMddHHmmss

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "idkey": "sample string 2",
  "idcoso": "sample string 3",
  "madoituong": "sample string 4",
  "tendoituong": "sample string 5",
  "maquyenloi": 6,
  "tenmaquyenloi": "sample string 7",
  "quyenloichung": 8,
  "quyenloiktc": 9,
  "hanmucktc": 10,
  "vanchuyen": 11,
  "khongapdungnd70": true,
  "khongapdungluatbhyt22": true,
  "khongioihantt45thangluong": true,
  "khongktthetrencongbhyt": true,
  "khongaptranvtytnd70": true,
  "boquamaloi": "sample string 12",
  "mota": "sample string 13",
  "ngaybatdau": 14,
  "ngayketthuc": 15,
  "stt": 16,
  "notuse": true,
  "ngaytao": 17
}

application/xml, text/xml

Sample:
<DanhMucTheBHYTModelAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HISAPI.Models.danhmuc">
  <boquamaloi>sample string 12</boquamaloi>
  <hanmucktc>10</hanmucktc>
  <id>sample string 1</id>
  <idcoso>sample string 3</idcoso>
  <idkey>sample string 2</idkey>
  <khongapdungluatbhyt22>true</khongapdungluatbhyt22>
  <khongapdungnd70>true</khongapdungnd70>
  <khongaptranvtytnd70>true</khongaptranvtytnd70>
  <khongioihantt45thangluong>true</khongioihantt45thangluong>
  <khongktthetrencongbhyt>true</khongktthetrencongbhyt>
  <madoituong>sample string 4</madoituong>
  <maquyenloi>6</maquyenloi>
  <mota>sample string 13</mota>
  <ngaybatdau>14</ngaybatdau>
  <ngayketthuc>15</ngayketthuc>
  <ngaytao>17</ngaytao>
  <notuse>true</notuse>
  <quyenloichung>8</quyenloichung>
  <quyenloiktc>9</quyenloiktc>
  <stt>16</stt>
  <tendoituong>sample string 5</tendoituong>
  <tenmaquyenloi>sample string 7</tenmaquyenloi>
  <vanchuyen>11</vanchuyen>
</DanhMucTheBHYTModelAdd>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DataInsert
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

id

string

None.

code

string

None.

code1

string

None.

strprint

string

None.

link

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "id": "sample string 3",
  "code": "sample string 4",
  "code1": "sample string 5",
  "strprint": "sample string 6",
  "link": "sample string 7"
}

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"status":"sample string 1","message":"sample string 2","id":"sample string 3","code":"sample string 4","code1":"sample string 5","strprint":"sample string 6","link":"sample string 7"});

application/xml, text/xml

Sample:
<DataInsert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HISAPI.Models">
  <code>sample string 4</code>
  <code1>sample string 5</code1>
  <id>sample string 3</id>
  <link>sample string 7</link>
  <message>sample string 2</message>
  <status>sample string 1</status>
  <strprint>sample string 6</strprint>
</DataInsert>