POST api/groups/{groupid}/members/{memberid}/memberotherstatuses
Posts a new MemberOtherStatus.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid | integer |
Required |
|
memberid | integer |
Required |
Body Parameters
MemberOtherStatusModel to add.
MemberOtherStatusModelName | Description | Type | Additional information |
---|---|---|---|
MemberNo |
Gets or sets the id of the member that this other status is assigned to. |
integer |
None. |
OtherStatusNo |
Gets or sets the id of the other status to assign to this MemberOtherStatus. Valid values can be looked up by group in the OtherStatus endpoint. |
integer |
None. |
EffectiveDate |
Gets or sets the effective date of the status. |
date |
None. |
EffectiveEndDate |
Gets or sets the end date of the effective status. |
date |
None. |
Inactive |
Gets or sets a value indicating whether the status is inactive. |
boolean |
None. |
OtherStatusNumber |
This field indicates whether the status is a 1, 2 or 3 |
integer |
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. |
Request Formats
application/json, text/json, application/json-patch+json
{ "url": "sample string 8", "id": 9, "memberNo": 2, "otherStatusNo": 4, "effectiveDate": "2025-05-30T21:09:49.4750933-05:00", "effectiveEndDate": "2025-05-30T21:09:49.4750933-05:00", "inactive": true, "otherStatusNumber": 7 }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly added MemberOtherStatus object.
MemberOtherStatusModelName | Description | Type | Additional information |
---|---|---|---|
MemberNo |
Gets or sets the id of the member that this other status is assigned to. |
integer |
None. |
OtherStatusNo |
Gets or sets the id of the other status to assign to this MemberOtherStatus. Valid values can be looked up by group in the OtherStatus endpoint. |
integer |
None. |
EffectiveDate |
Gets or sets the effective date of the status. |
date |
None. |
EffectiveEndDate |
Gets or sets the end date of the effective status. |
date |
None. |
Inactive |
Gets or sets a value indicating whether the status is inactive. |
boolean |
None. |
OtherStatusNumber |
This field indicates whether the status is a 1, 2 or 3 |
integer |
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 8", "id": 9, "memberNo": 2, "otherStatusNo": 4, "effectiveDate": "2025-05-30T21:09:49.4750933-05:00", "effectiveEndDate": "2025-05-30T21:09:49.4750933-05:00", "inactive": true, "otherStatusNumber": 7 }