GET api/groups/{groupid}/otherstatuses/{id}
Retrieves an other status by its identifier.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
The identifier of the group for which the other status will be returned. |
integer |
Required |
id |
The identifier of the other status. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An other status resource.
OtherStatusModelName | Description | Type | Additional information |
---|---|---|---|
PharmacyBranchNo | integer |
None. |
|
OtherStatusCode |
Gets or sets the code representing the other status. |
string |
None. |
Status |
Gets or sets the status. |
string |
None. |
StatusDetail |
Gets or sets the detailed description of the status. |
string |
None. |
Note1 |
Gets or sets the first note associated with the status. |
string |
None. |
Note2 |
Gets or sets the second note associated with the status. |
string |
None. |
Note3 |
Gets or sets the third note associated with the status. |
string |
None. |
OtherStatusNumber |
This field indicates whether the status is a 1, 2 or 3 |
byte |
None. |
Inactive |
Gets or sets a value indicating whether the status is inactive. |
boolean |
None. |
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
{ "url": "sample string 9", "id": 10, "pharmacyBranchNo": 1, "otherStatusCode": "sample string 2", "status": "sample string 3", "statusDetail": "sample string 4", "note1": "sample string 5", "note2": "sample string 6", "note3": "sample string 7", "otherStatusNumber": 64, "inactive": true }