POST
/api/Admin/create
cURL (application/json)
curl \
--request POST 'http://mamaguide.runasp.net/api/Admin/create' \
--header "Content-Type: application/json" \
--data '{"firstName":"string","lastName":"string","city":"string","governorate":"string","gender":true,"phoneNumber":"string","password":"string"}'
curl \
--request POST 'http://mamaguide.runasp.net/api/Admin/create' \
--header "Content-Type: text/json"
curl \
--request POST 'http://mamaguide.runasp.net/api/Admin/create' \
--header "Content-Type: application/*+json"
Request examples
{
"firstName": "string",
"lastName": "string",
"city": "string",
"governorate": "string",
"gender": true,
"phoneNumber": "string",
"password": "string"
}
Request examples
{
"firstName": "string",
"lastName": "string",
"city": "string",
"governorate": "string",
"gender": true,
"phoneNumber": "string",
"password": "string"
}
Request examples
{
"firstName": "string",
"lastName": "string",
"city": "string",
"governorate": "string",
"gender": true,
"phoneNumber": "string",
"password": "string"
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}