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