POST api/Authentication/GetToken
Request Information
URI Parameters
None.
Body Parameters
Authentication| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Email": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DeveloperDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Developer | Developer |
None. |
|
| Status | Status |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": {
"StatusType": true,
"StatusDescription": "sample string 2"
},
"Developer": {
"Id": 1,
"Token": "sample string 2",
"Name": "sample string 3",
"Email": "sample string 4"
}
}