POST api/DM_HinhThucThanhToan
Request Information
URI Parameters
None.
Body Parameters
DM_HinhThucThanhToan| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| STT | integer |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "9df60ee9-267a-4757-97cb-c654396b17f3",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DM_HinhThucThanhToan| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| STT | integer |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "1ed6076d-987d-4ce2-af21-b037008eabb3",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true
}