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": "2025-08-31T08:24:41.656Z",
  "updatedAt": "2025-08-31T08:24:41.656Z",
  "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.