POST api/dental/patterson/set-transaction-time
Request Information
URI Parameters
None.
Body Parameters
DentalTransactionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ItdUserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"itdUserId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DentalTransactionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"transactionTime": "2025-11-03T03:44:12.4234913-05:00"
},
{
"transactionTime": "2025-11-03T03:44:12.4234913-05:00"
}
]