PUT api2/code_load_history/{id}.json
Theme by ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Theme ID |
string |
Required |
Body Parameters
Theme
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | CodeLoadHistory |
None. |
Request Format
{ "entry": { "CodeID": 1, "UnlockCode": "sample string 2", "BatchID": 3, "UsageDate": "2025-02-05T10:45:30.9314639+01:00", "IP": "sample string 4" } }
Response Information
Resource Description
Updated Theme
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | CodeLoadHistory |
None. |
Response Format
{ "entry": { "CodeID": 1, "UnlockCode": "sample string 2", "BatchID": 3, "UsageDate": "2025-02-05T10:45:30.9314639+01:00", "IP": "sample string 4" } }