POST api/BaoHanhNX/InsertTaiSanSupplier
Request Information
URI Parameters
None.
Body Parameters
KhachHangCoTaiSanInfoName | Description | Type | Additional information |
---|---|---|---|
SuppliersTaiSanID | integer |
None. |
|
TaiSanID | integer |
None. |
|
SupplierID | string |
None. |
|
MaTaiSan | string |
None. |
|
TenTaiSan | string |
None. |
|
GhiChu | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SuppliersTaiSanID": 1, "TaiSanID": 2, "SupplierID": "sample string 3", "MaTaiSan": "sample string 4", "TenTaiSan": "sample string 5", "GhiChu": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfoName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2", "Data": {} }