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": "4e84cdd0-eed0-4aab-8a45-ab6036fabfb4",
"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": "c09b0762-e774-414f-90a7-235811ac7b19",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true
}