GET api/groups/{groupid}/otherstatuses?otherStatusNumber={otherStatusNumber}
Retrieves a collection of other statuses for a specified group and status type (other status #).
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
The identifier of the group for which other statuses will be returned. |
integer |
Required |
otherStatusNumber |
The number of the other status to return (optional). Values of 1, 2 and 3 returns other status 1, 2 and 3 records, respectively. |
integer |
Default value is -1 |
Body Parameters
None.
Response Information
Resource Description
A list of other status objects.
Collection of 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 }, { "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 } ]