POST api/travel/day/authorizedadult/{id}/assign/{childId}
Assigns an authorized adult to a child. This creates an association allowing the authorized adult to pick up or drop off the specified child.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the authorized adult to assign. |
integer |
Required |
| childId |
The unique identifier of the child to assign the authorized adult to. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns HTTP 204 (No Content) if the assignment was successfully created.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/javascript
Sample:
Sample not available.