Skip to main content

Add new entity to Countries

POST 

/Countries

Add new entity to Countries

Request

Body

required

New entity

    iso string
    name string
    active boolean
    englishName string
    phonePrefix string
    capital string

Responses

Created entity

Schema

    iso string
    name string
    active boolean
    englishName string
    phonePrefix string
    capital string
Loading...