PUT api2/code_load_batch/{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 | CodeLoadBatch |
None. |
Request Format
{ "entry": { "creation_date": "2025-02-05T10:41:16.5685748+01:00", "expiration_date": "2025-02-05T10:41:16.5685748+01:00", "company_id": 1, "project_id": 1, "quantity": 1, "expiration_url": 1, "expiration_code": 1, "download_url": "sample string 2", "valid": 1, "zipfilename": "sample string 3" } }
Response Information
Resource Description
Updated Theme
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | CodeLoadBatch |
None. |
Response Format
{ "entry": { "id": 1, "creation_date": "2025-02-05T10:41:16.5841979+01:00", "expiration_date": "2025-02-05T10:41:16.5841979+01:00", "company_id": 1, "project_id": 1, "quantity": 1, "expiration_url": 1, "expiration_code": 1, "download_url": "sample string 2", "valid": 1, "zipfilename": "sample string 3" } }