PATCH api/AmmunitionType/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

DeltaOfAmmunitionType
NameDescriptionTypeAdditional information
EntityType

Type

None.

ExpectedClrType

Type

None.

Request Formats

application/json, text/json

Sample:
{
  "name": null,
  "ammunitions": null,
  "id": null,
  "version": null,
  "createdAt": null,
  "updatedAt": null,
  "deleted": false
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Delta`1'.

Response Information

Resource Description

AmmunitionType
NameDescriptionTypeAdditional information
Name

string

Required

String length: inclusive between 0 and 255

Id

string

None.

Version

Collection of byte

None.

CreatedAt

date

None.

UpdatedAt

date

None.

Deleted

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "id": "sample string 2",
  "version": "QEA=",
  "createdAt": "2026-01-16T06:15:15.542Z",
  "updatedAt": "2026-01-16T06:15:15.542Z",
  "deleted": true
}