POST api/tblBaoDuong_ExtModule_Token
Request Information
URI Parameters
None.
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.4613605-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.4613605-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
tblBaoDuong_ExtModule_Token| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| username | string |
None. |
|
| token_hash | string |
None. |
|
| ExpensiveDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"username": "sample string 2",
"token_hash": "sample string 3",
"ExpensiveDate": "2025-12-06T10:52:36.4613605-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.4613605-08:00</ExpensiveDate> <ID>1</ID> <token_hash>sample string 3</token_hash> <username>sample string 2</username> </tblBaoDuong_ExtModule_Token>