GET api/Admin/PartyStatus/{id}
Allows you to get a specific Party Status
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of to get |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
with the information
IPartyStatusName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
None. |
|
IsOfficial | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<PartyStatus> <ID>0</ID> <Description /> <IsOfficial>False</IsOfficial> </PartyStatus>
application/json, text/json
Sample:
{ "ID": 0, "IsOfficial": false }