PUT api/userbadges/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
userbadge| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| userId | string |
None. |
|
| badgeId | integer |
None. |
|
| tStamp | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"userId": "sample string 2",
"badgeId": 3,
"tStamp": "2025-12-18T07:19:25.702046+02:00"
}
application/xml, text/xml
Sample:
<userbadge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/waytoodankapi.Models"> <badgeId>3</badgeId> <id>1</id> <tStamp>2025-12-18T07:19:25.702046+02:00</tStamp> <userId>sample string 2</userId> </userbadge>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.