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

Required

Deleted

boolean

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.