POST api/Countries

Request Information

URI Parameters

None.

Body Parameters

CountryDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Updated

date

None.

Name

string

None.

CountryCode

string

None.

IsActive

boolean

None.

Currency

string

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "10ad271d-24ae-489f-a97e-2dbead1c86c4",
  "updated": "2025-12-30T23:35:47.3830441+01:00",
  "name": "sample string 1",
  "countryCode": "sample string 2",
  "isActive": true,
  "currency": "sample string 4",
  "language": "sample string 5"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.