| All Verbs | /update_sync_rows |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ExtIds | query | ArrayOfInt | No | |
| PathToCsv | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | List<HousingAssignmentDTO> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| PersonId | form | string | No | |
| StartDate | form | string | No | |
| EndDate | form | string | No | |
| CurrentStatus | form | string | No | |
| CurrentStatusDate | form | string | No | |
| Room | form | string | No | |
| Building | form | string | No | |
| TermId | form | string | No | |
| RoomRateTable | form | string | No | |
| RoomRatePeriod | form | string | No | |
| OverrideRate | form | string | No | |
| OverrideRateReason | form | string | No | |
| OverrideChargeCode | form | string | No | |
| OverrideReceivableType | form | string | No | |
| OverrideRefundFormula | form | string | No | |
| Contract | form | string | No | |
| Comments | form | string | No | |
| ResidentStaffIndicator | form | string | No | |
| ResidentId | form | int? | No | |
| ReservationId | form | int? | No | |
| StudentId | form | int | No | |
| SchoolId | form | string | No | |
| AbodeTermId | form | int? | No | |
| AbodeUsername | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST //update_sync_rows HTTP/1.1
Host: api.lsu-staging.abodehms.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'UpdateSyncTableFromExtIds' using the custom 'csv' filter}One or more errors occurred. (Unable to cast object of type 'ServiceStack.Host.BasicResponse' to type 'ServiceStack.Host.NetCore.NetCoreResponse'.)
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'HousingAssignmentsResponse' using the custom 'csv' filter}One or more errors occurred. (Unable to cast object of type 'ServiceStack.Host.BasicResponse' to type 'ServiceStack.Host.NetCore.NetCoreResponse'.)