PUT api/DM_HinhThucThanhToan/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "75c58aef-3fe1-4ac2-8144-89cab340fb6c",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.