GET api/MasterMenu/GetIdentityddl
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IdentityViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity_Type_ID | integer |
None. |
|
| Identity_Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Identity_Type_ID": 1,
"Identity_Type": "sample string 2"
},
{
"Identity_Type_ID": 1,
"Identity_Type": "sample string 2"
}
]