Student Addresses

Route Capability Description
Create a Student Address
POST /Students/:Students_id/addresses
students.addresses-create Create a Student Address with given information.
Update a Student Address
POST /Students/:Students_id/addresses/addresses_id
students.addresses-create Change a Student Address with given information.
Delete a Student Address
DELETE /Students/:Students_id/addresses/addresses_id
students.addresses-delete Delete a Student Address.

Create a Student Address

POST /Students/:Students_id/addresses 

Create a Student Address with given information.

Request attributes

Parameter Type Information
description

string
[500]

required
streetname string
[255]
required
number string
[255]
required
postbox string
[255]
 
postcode string
[255]
required
city string
[255]
required
country string
[255]

required
phone string
[255]
 
lat decimal
[10,8]
required
lng decimal
[11,8]
required

Update a Student Address

POST /Students/:Students_id/addresses/addresses_id 

Update a Student Address with given information.

Request attributes

Parameter Type Information
description

string
[500]

required
streetname string
[255]
required
number string
[255]
required
postbox string
[255]
 
postcode string
[255]
required
city string
[255]
required
country string
[255]

required
phone string
[255]
 
lat decimal
[10,8]
required
lng decimal
[11,8]
required

Delete a Student Address

DELETE /Students/:Students_id/addresses/addresses_id 

Delete a Student Address.