GET api/Admin/CorrespondenceType/{id}
Gets a specific Correspondence Type
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of the Correspondence Type to return |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CorrespondenceTypeViewModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Unique ID for the Correspondence Type |
integer |
None. |
Description |
Correspondence Type Description |
string |
None. |
Abbreviation |
Shorter form of the Description |
string |
None. |
SortOrder |
Sort Order used for listing purposes |
integer |
None. |
IsActive |
Defines if the Correspondence Type is active or not. |
boolean |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.