| Required role: | Admin |
| PUT | /housing_pool_members/{Id} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | int | No | |
| HousingPoolId | body | int | No | |
| StudentId | body | int | No | |
| AppId | body | int? | No | |
| CopiedFromHousingPoolId | body | int? | No | |
| FuturePlanResponseId | body | int? | No | |
| MemberStatus | body | HousingPoolMemberStatus? | No | |
| MemberStatusDt | body | DateTime? | No | |
| MemberStatusUsername | body | string | No | |
| ArrivalDt | body | DateTime | No | |
| RequestAssignedRoommate | body | bool? | No | |
| IsRa | body | bool? | No | |
| FeeType | body | HousingPoolMemberFeeType? | No | |
| FeeAmount | body | int | No | |
| FeeStatus | body | HousingPoolMemberFeeStatus? | No | |
| FeeStatusDt | body | DateTime? | No | |
| FeeUsername | body | string | No | |
| RoomAloneStatus | body | HousingPoolMemberRoomAloneStatus? | No | |
| RoomAloneStatusDt | body | DateTime? | No | |
| RoomAloneUsername | body | string | No | |
| PriorityScore | body | int? | No | |
| PriorityRank | body | int? | No | |
| Comments | body | string | No | |
| ApprovalDt | body | DateTime? | No | |
| ApprovalReason | body | string | No | |
| ApprovalUser | body | string | No |
| Active |
| Waitlist |
| Denied |
| Requested |
| Canceled |
| Deposit |
| Onetime |
| Annual |
| Session |
| None |
| Paid |
| Refunded |
| Unknown |
| Unpaid |
| NotRequested |
| Requested |
| Denied |
| Approved |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | HousingPoolMemberDTO | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| HousingPoolId | form | int | No | |
| StudentId | form | int | No | |
| AppId | form | int? | No | |
| CopiedFromHousingPoolId | form | int? | No | |
| FuturePlanResponseId | form | int? | No | |
| MemberStatus | form | HousingPoolMemberStatus? | No | |
| MemberStatusDt | form | DateTime? | No | |
| MemberStatusUsername | form | string | No | |
| ArrivalDt | form | DateTime | No | |
| RequestAssignedRoommate | form | bool? | No | |
| IsRa | form | bool? | No | |
| FeeType | form | HousingPoolMemberFeeType? | No | |
| FeeAmount | form | int | No | |
| FeeStatus | form | HousingPoolMemberFeeStatus? | No | |
| FeeStatusDt | form | DateTime? | No | |
| FeeUsername | form | string | No | |
| RoomAloneStatus | form | HousingPoolMemberRoomAloneStatus? | No | |
| RoomAloneStatusDt | form | DateTime? | No | |
| RoomAloneUsername | form | string | No | |
| PriorityScore | form | int? | No | |
| PriorityRank | form | int? | No | |
| Comments | form | string | No | |
| ApprovalDt | form | DateTime? | No | |
| ApprovalReason | form | string | No | |
| ApprovalUser | form | string | No | |
| CreatedDt | form | DateTime | No | |
| CreatedBy | form | string | No | |
| ModifiedDt | form | DateTime? | No | |
| ModifiedBy | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT //housing_pool_members/{Id} HTTP/1.1
Host: api.lsu-staging.abodehms.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
id: 0,
housingPoolId: 0,
studentId: 0,
appId: 0,
copiedFromHousingPoolId: 0,
futurePlanResponseId: 0,
memberStatus: Active,
memberStatusDt: 0001-01-01,
memberStatusUsername: String,
arrivalDt: 0001-01-01,
requestAssignedRoommate: False,
isRa: False,
feeType: Deposit,
feeAmount: 0,
feeStatus: Paid,
feeStatusDt: 0001-01-01,
feeUsername: String,
roomAloneStatus: NotRequested,
roomAloneStatusDt: 0001-01-01,
roomAloneUsername: String,
priorityScore: 0,
priorityRank: 0,
comments: String,
approvalDt: 0001-01-01,
approvalReason: String,
approvalUser: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
result:
{
id: 0,
housingPoolId: 0,
studentId: 0,
appId: 0,
copiedFromHousingPoolId: 0,
futurePlanResponseId: 0,
memberStatus: Active,
memberStatusDt: 0001-01-01,
memberStatusUsername: String,
arrivalDt: 0001-01-01,
requestAssignedRoommate: False,
isRa: False,
feeType: Deposit,
feeAmount: 0,
feeStatus: Paid,
feeStatusDt: 0001-01-01,
feeUsername: String,
roomAloneStatus: NotRequested,
roomAloneStatusDt: 0001-01-01,
roomAloneUsername: String,
priorityScore: 0,
priorityRank: 0,
comments: String,
approvalDt: 0001-01-01,
approvalReason: String,
approvalUser: String,
createdDt: 0001-01-01,
createdBy: String,
modifiedDt: 0001-01-01,
modifiedBy: String
},
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String,
meta:
{
String: String
}
}
],
meta:
{
String: String
}
}
}