| Required roles: | Admin, Admin |
| POST | /students/{StudentId}/forwarding_address | ||
|---|---|---|---|
| POST | /forwarding_addresses |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SchoolId | body | string | No | |
| StudentId | path | int? | No | |
| Type | body | string | Yes | Allowable Values
|
| Address | body | string | Yes | |
| Address2 | body | string | No | |
| City | body | string | Yes | |
| State | body | string | Yes | |
| Country | body | string | Yes | |
| Postal | body | string | Yes | |
| Phone | body | string | No | |
| CellPhone | body | string | No | |
| EffectiveDt | body | DateTime? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | ForwardingAddressDTO | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ForwardingAddressId | form | int | Yes | |
| StudentId | form | int | Yes | |
| Type | form | string | Yes | Allowable Values
|
| Address | form | string | Yes | |
| Address2 | form | string | Yes | |
| City | form | string | Yes | |
| State | form | string | Yes | |
| Country | form | string | Yes | |
| Postal | form | string | Yes | |
| EffectiveDt | form | DateTime? | Yes | |
| Phone | form | string | No | |
| CellPhone | form | string | No |
| Summer |
| Home |
| School |
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 //students/{StudentId}/forwarding_address 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 'CreateForwardingAddress' 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 'CreateForwardingAddressResponse' 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'.)