Skip to content

Instantly share code, notes, and snippets.

@PhakornKiong
Created November 6, 2021 14:05
Show Gist options
  • Save PhakornKiong/8085b38f90df5e3c3d99a82b6f04b348 to your computer and use it in GitHub Desktop.
Save PhakornKiong/8085b38f90df5e3c3d99a82b6f04b348 to your computer and use it in GitHub Desktop.
mysejahtera traveller
{
"name": string,
"contact": string,
"userStatus": "PUS",
"tenant": string,
"location": string,
"identityNumber": string,
"passportNumber": string,
"nationality": stringstring,
"flightNum": string,
"seatNum": string,
"flightDate": datetime,
"address": string,
"postcode": string,
"state": string,
"district": string,
"contactPerson": string,
"contactPersonNumber": Number,
"arrivalFrom": string,
"vaccinationDate": datetime,
"vaccineType": string,
"vaccinationLocation": string,
"createdDate": datetime,
"type": Number,
"vaxStatus": string,
"age": Number,
"gender": string,
"travelType": string,
"portOfArrival": string,
"occupation": string,
"completed": boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment