PUT api/tblBaoDuong_ExtModule_Token/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
tblBaoDuong_ExtModule_Token| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| username | string |
None. |
|
| token_hash | string |
None. |
|
| ExpensiveDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"username": "sample string 2",
"token_hash": "sample string 3",
"ExpensiveDate": "2025-12-06T10:52:36.0082426-08:00"
}
application/xml, text/xml
Sample:
<tblBaoDuong_ExtModule_Token xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <ExpensiveDate>2025-12-06T10:52:36.0082426-08:00</ExpensiveDate> <ID>1</ID> <token_hash>sample string 3</token_hash> <username>sample string 2</username> </tblBaoDuong_ExtModule_Token>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.