API URL
{{url}}/user-service/organization/create-country
Method
POST
Description
Create country
Field Name
Type
Mandatory
Example
name
String
Yes
Netherland
countryCode
Number
336
unitMeasurement
Metric System
username
[email protected]
123
firstName
John
lastName
Milan
gender
No
male
phoneNumber
73XXX270XXX
id(timezone)
1
{ "name": "Netherland", "countryCode": "336", "unitMeasurement": "Metric System", "users": [ { "username": "[email protected]", "countryCode":"123", "firstName": "John", "lastName": "Milan", "gender": "male", "phoneNumber": "73XXX2701X", "timezone": { "id": 1 } } ] }
"message": "Organization created successfully. "
Last updated 1 year ago