| Required role: | Admin |
| POST | /housing_pool_members |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST //housing_pool_members HTTP/1.1
Host: api.lsu.abodehms.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"housingPoolId":0,"studentId":0,"appId":0,"copiedFromHousingPoolId":0,"futurePlanResponseId":0,"memberStatus":"Active","memberStatusDt":"0001-01-01T00:00:00.0000000","memberStatusUsername":"String","arrivalDt":"0001-01-01T00:00:00.0000000","requestAssignedRoommate":false,"isRa":false,"feeType":"Deposit","feeAmount":0,"feeStatus":"Paid","feeStatusDt":"0001-01-01T00:00:00.0000000","feeUsername":"String","roomAloneStatus":"NotRequested","roomAloneStatusDt":"0001-01-01T00:00:00.0000000","roomAloneUsername":"String","priorityScore":0,"priorityRank":0,"comments":"String","approvalDt":"0001-01-01T00:00:00.0000000","approvalReason":"String","approvalUser":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"result":{"id":0,"housingPoolId":0,"studentId":0,"appId":0,"copiedFromHousingPoolId":0,"futurePlanResponseId":0,"memberStatus":"Active","memberStatusDt":"0001-01-01T00:00:00.0000000","memberStatusUsername":"String","arrivalDt":"0001-01-01T00:00:00.0000000","requestAssignedRoommate":false,"isRa":false,"feeType":"Deposit","feeAmount":0,"feeStatus":"Paid","feeStatusDt":"0001-01-01T00:00:00.0000000","feeUsername":"String","roomAloneStatus":"NotRequested","roomAloneStatusDt":"0001-01-01T00:00:00.0000000","roomAloneUsername":"String","priorityScore":0,"priorityRank":0,"comments":"String","approvalDt":"0001-01-01T00:00:00.0000000","approvalReason":"String","approvalUser":"String","createdDt":"0001-01-01T00:00:00.0000000","createdBy":"String","modifiedDt":"0001-01-01T00:00:00.0000000","modifiedBy":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}