xample data

 avatar
unknown
json
4 years ago
4.8 kB
7
Indexable
contoh data dari API :
{
    "_id" : ObjectId("606845ce10dc9a108c3473aa"),
    "fullName" : "Sudirman",
    "ktp" : "1370001234567434",
    "referralCode" : "058910",
    "referralRegistrationCode" : "884554",
    "loyaltyMemberId" : "MRT00000022",
    "enrollmentDate" : ISODate("2021-04-02T17:00:00.000Z"),
    "dateOfEnrollment" : 3,
    "monthOfEnrollment" : 4,
    "yearOfEnrollment" : 2021,
    "phone" : "08123123341244",
    "email" : "erna5@gmail.com",
    "suspend" : false,
    "createdAt" : ISODate("2021-04-03T10:39:10.013Z"),
    "companyCode" : "MRT",
    "_class" : "com.cronostar.loyalty.domain.Member"
}

contoh data  yang lengkap :
{
    "_id" : ObjectId("606a8476824e3d63a1081326"),
    "ajax" : true,
    "handle" : "HmFlteDUBKbh",
    "createdAt" : ISODate("2021-04-05T03:31:02.000Z"),
    "updatedAt" : ISODate("2021-04-05T03:31:32.000Z"),
    "deleted" : null,
    "loyaltyMemberId" : "LGX01002335",
    "companyCode" : null,
    "fullName" : "Titik Yusrini",
    "referralCode" : null,
    "referralRegistrationCode" : "112233",
    "phone" : "081546283164",
    "phone1" : "0219856789",
    "email" : "tyusrini@gmail.com",
    "memberTier" : "2",
    "enrollmentType" : "FULL",
    "firstName" : "Titik",
    "lastName" : "Yusrini",
    "ktp" : "31730647950005",
    "enrollmentDate" : ISODate("2021-04-05T03:31:02.000Z"),
    "address1" : "jl tanjung pura",
    "address2" : null,
    "zipCode" : "11830",
    "provinceName" : "DKI JAKARTA",
    "provinceId" : null,
    "cityName" : "JAKARTA BARAT",
    "cityId" : null,
    "country" : "DKI Jakarta",
    "gender" : "Female",
    "occupation" : null,
    "religionName" : "ISLAM",
    "locationCode" : null,
    "locationCoordinate" : null,
    "acquiringMerchant" : null,
    "acquiringProgram" : null,
    "phoneVerified" : true,
    "emailVerified" : false,
    "termAccepted" : true,
    "profileCompleted" : true,
    "remark" : null,
    "dateOfEnrollment" : 5,
    "monthOfEnrollment" : 4,
    "yearOfEnrollment" : 2021,
    "birthday" : ISODate("1995-07-08T03:28:47.561Z"),
    "enrollmentMethod" : "promo",
    "enrollmentProgram" : "food",
    "instagramID" : null,
    "instagramIDVerified" : null,
    "isEmployee" : null,
    "suspend" : false,
    "printLabel" : null,
    "previewLabel" : null,
    "memberCardData" : null,
    "createdDate" : ISODate("2021-04-05T03:31:02.000Z"),
    "lastUpdate" : ISODate("2021-04-05T03:31:32.000Z"),
    "ownerId" : "5efb61fbfafa0d625f7a606e",
    "ownerName" : "Admin",
    "code" : "DcXNhrAdh6XmF01Dwnc5MW8q",
    "raw_json" : {
        "ajax" : true,
        "handle" : "HmFlteDUBKbh",
        "_id" : null,
        "createdAt" : null,
        "updatedAt" : null,
        "deleted" : null,
        "loyaltyMemberId" : "LGX01002335",
        "companyCode" : null,
        "fullName" : "Titik Yusrini",
        "referralCode" : null,
        "referralRegistrationCode" : "112233",
        "phone" : "081546283164",
        "phone1" : "0219856789",
        "email" : "tyusrini@gmail.com",
        "memberTier" : "1",
        "enrollmentType" : "FULL",
        "firstName" : "Titik",
        "lastName" : "Yusrini",
        "ktp" : "31730647950005",
        "enrollmentDate" : "2021-04-05 03:31:02",
        "address1" : "jl tanjung pura",
        "address2" : null,
        "zipCode" : "11830",
        "provinceName" : "DKI JAKARTA",
        "provinceId" : null,
        "cityName" : "JAKARTA BARAT",
        "cityId" : null,
        "country" : "DKI Jakarta",
        "gender" : "Female",
        "occupation" : null,
        "religionName" : "ISLAM",
        "locationCode" : null,
        "locationCoordinate" : null,
        "acquiringMerchant" : null,
        "acquiringProgram" : null,
        "phoneVerified" : true,
        "emailVerified" : false,
        "termAccepted" : true,
        "profileCompleted" : true,
        "remark" : null,
        "dateOfEnrollment" : 5,
        "monthOfEnrollment" : 4,
        "yearOfEnrollment" : 2021,
        "birthday" : "1995-07-08T03:28:47.561Z",
        "enrollmentMethod" : "promo",
        "enrollmentProgram" : "food",
        "instagramID" : null,
        "instagramIDVerified" : null,
        "isEmployee" : null,
        "suspend" : false,
        "printLabel" : null,
        "previewLabel" : null,
        "memberCardData" : null,
        "createdDate" : {},
        "lastUpdate" : {},
        "ownerId" : "5efb61fbfafa0d625f7a606e",
        "ownerName" : "Admin",
        "code" : "DcXNhrAdh6XmF01Dwnc5MW8q"
    },
    "rev" : 0,
    "updated_at" : ISODate("2021-04-05T03:31:32.654Z"),
    "created_at" : ISODate("2021-04-05T03:31:02.444Z")
}
Editor is loading...