PUT api/Kills/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
Kill| Name | Description | Type | Additional information |
|---|---|---|---|
| KillUid | string |
None. |
|
| CompanyUid | string |
None. |
|
| BriefingUid | string |
None. |
|
| KillType | string |
None. |
|
| Number | integer |
None. |
|
| Created | date |
None. |
|
| UserUid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KillUid": "sample string 1",
"CompanyUid": "sample string 2",
"BriefingUid": "sample string 3",
"KillType": "sample string 4",
"Number": 1,
"Created": "2026-01-26T21:20:40.512553+13:00",
"UserUid": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.