POST api/locations/KidScheduleAvailability
Request Information
URI Parameters
None.
Body Parameters
KidScheduleSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| Kids | Collection of SelectedKid |
None. |
|
| Date | string |
Required Matching regular expression pattern: (((0|1)[0-9]|2[0-9]|3[0-1])\/(0[1-9]|1[0-9]|2[0-9]|3[0-9])\/((19|20|21)\d\d))$ String length: inclusive between 0 and 10 |
|
| Duration | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{
"kids": [
{
"kidId": 1.1
},
{
"kidId": 1.1
}
],
"date": "sample string 1",
"duration": 2.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.