Skip to main content

Input fields

attendantFullName : String! required

The full name of the attendant.

attendantPhoneNumber : String! required

The phone number of the attendant.

attendantPhoneNumberType : PhoneNumberType

The type of the phone number of the attendant.

attendantRelationship : AttendantType! required

The relationship of the attendant.

requestedVisitTimeRange : SupplyStartRequestTime! required

The range of the requested visit time.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "attendantFullName": "quality-everybody-operation-should-such", "attendantPhoneNumber": "candidate-cold-reach-respond-role", "attendantPhoneNumberType": "HOME", "attendantRelationship": "FAMILY", "requestedVisitTimeRange": "AM" }