| POST | /chaperone/register/head |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| GuestEventId | body | int | No | |
| Password | body | string | No | |
| FirstName | body | string | No | |
| LastName | body | string | No | |
| Gender | body | string | No | |
| Phone | body | string | No | |
| body | string | No | ||
| Address1 | body | string | No | |
| Address2 | body | string | No | |
| City | body | string | No | |
| State | body | string | No | |
| Postal | body | string | No | |
| Country | body | string | No | |
| ExpectedArrivalDt | body | DateTime? | No | |
| ExpectedDepartureDt | body | DateTime? | No | |
| AmtPaid | body | decimal? | No | |
| TshirtSize | body | string | No | |
| SchoolOrg | body | string | No | |
| HotelName | body | string | No | |
| HotelPhone | body | string | No | |
| Code | body | string | No | |
| NeedsTransport | body | bool? | No | |
| TransportDest | body | string | No | |
| TransportDetails | body | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | GuestChaperoneDTO | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ChaperoneId | form | int | No | |
| GuestEventId | form | int | No | |
| FirstName | form | string | No | |
| LastName | form | string | No | |
| Username | form | string | No | |
| Gender | form | string | No | |
| Phone | form | string | No | |
| form | string | No | ||
| Address1 | form | string | No | |
| Address2 | form | string | No | |
| City | form | string | No | |
| State | form | string | No | |
| Postal | form | string | No | |
| Country | form | string | No | |
| ExpectedArrivalDt | form | DateTime? | No | |
| ExpectedDepartureDt | form | DateTime? | No | |
| AmtPaid | form | decimal? | No | |
| AppliedAmount | form | decimal? | No | |
| AppliedBy | form | string | No | |
| TshirtSize | form | string | No | |
| SchoolOrg | form | string | No | |
| HotelName | form | string | No | |
| HotelPhone | form | string | No | |
| Code | form | string | No | |
| InviteCode | form | string | No | |
| TotalPaidAmount | form | decimal | No | |
| AvailableAmount | form | decimal | No | |
| NeedsTransport | form | bool | No | |
| TransportDest | form | string | No | |
| TransportDetails | form | string | No | |
| HeadChaperoneId | form | int? | No | |
| IsPaid | form | bool | No | |
| InvitedDt | form | DateTime? | No | |
| LastLoginDt | form | DateTime? | No | |
| GroupStatus | form | string | No | |
| FullName | form | string | No | |
| HeadChaperoneFullName | form | string | No | |
| GuestEventName | form | string | No | |
| PasswordResetLink | form | string | No | |
| EventStartDt | form | DateTime? | No | |
| EventEndDt | form | DateTime? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST //chaperone/register/head HTTP/1.1
Host: api.lsu.abodehms.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
guestEventId: 0,
password: String,
firstName: String,
lastName: String,
gender: String,
phone: String,
email: String,
address1: String,
address2: String,
city: String,
state: String,
postal: String,
country: String,
expectedArrivalDt: 0001-01-01,
expectedDepartureDt: 0001-01-01,
amtPaid: 0,
tshirtSize: String,
schoolOrg: String,
hotelName: String,
hotelPhone: String,
code: String,
needsTransport: False,
transportDest: String,
transportDetails: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
result:
{
chaperoneId: 0,
guestEventId: 0,
firstName: String,
lastName: String,
username: String,
gender: String,
phone: String,
email: String,
address1: String,
address2: String,
city: String,
state: String,
postal: String,
country: String,
expectedArrivalDt: 0001-01-01,
expectedDepartureDt: 0001-01-01,
amtPaid: 0,
appliedAmount: 0,
appliedBy: String,
tshirtSize: String,
schoolOrg: String,
hotelName: String,
hotelPhone: String,
code: String,
inviteCode: String,
totalPaidAmount: 0,
availableAmount: 0,
needsTransport: False,
transportDest: String,
transportDetails: String,
headChaperoneId: 0,
isPaid: False,
invitedDt: 0001-01-01,
lastLoginDt: 0001-01-01,
groupStatus: String,
fullName: String,
headChaperoneFullName: String,
guestEventName: String,
passwordResetLink: String,
eventStartDt: 0001-01-01,
eventEndDt: 0001-01-01
},
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String,
meta:
{
String: String
}
}
],
meta:
{
String: String
}
}
}