POST api/AmmunitionType

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

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

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 'AmmunitionType'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.