{
"code": null,
"name": null,
"email": null,
"type": null,
"phone": null,
"regName": null,
"activatedDate": null,
"status": null,
"subMcStatus": "Owner",
"isSubMerchant": false,
"selectFields": [
"code",
"ownerName",
"birth",
"gender",
"maritalStatus",
"ownerInfo.fatherName",
"ownerInfo.motherName",
"mcc.name",
"ownerInfo.country.name",
"ownerInfo.province.name",
"ownerInfo.district.name",
"ownerInfo.township.name",
"ownerInfo.address",
"kycType",
"newNric",
"oldNric",
"passportInfo.countryCode",
"passportInfo.passportNo",
"passportInfo.expireDate",
"name",
"phone",
"offer",
"refBank.code",
"accountNumber",
"accountName",
"phone2",
"contactNumber",
"email",
"country.name",
"province.name",
"district.name",
"township.name",
"address",
"openHoursType",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday",
"lat",
"long",
"avatar",
"nricImages.front",
"nricImages.back",
"passportImage.image",
"shopImages",
"documents.agreementContract",
"documents.businessDocuments",
"documents.bankLinkageForm",
"documents.bankAccountOpenForm",
"introducerDetail.type",
"introducerDetail.name",
"introducerDetail.phone",
"introducerDetail.nric",
"introducerDetail.position",
"nationality",
"createdAt"
],
"method": "csv",
"selectRecords": []
}curl --location --request POST '/admin/merchant/exportMerchants' \
--header 'Authorization: Bearer f41e8fd7-3221-4b36-8dc3-623890b2c078' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"code": null,
"name": null,
"email": null,
"type": null,
"phone": null,
"regName": null,
"activatedDate": null,
"status": null,
"subMcStatus": "Owner",
"isSubMerchant": false,
"selectFields": [
"code",
"ownerName",
"birth",
"gender",
"maritalStatus",
"ownerInfo.fatherName",
"ownerInfo.motherName",
"mcc.name",
"ownerInfo.country.name",
"ownerInfo.province.name",
"ownerInfo.district.name",
"ownerInfo.township.name",
"ownerInfo.address",
"kycType",
"newNric",
"oldNric",
"passportInfo.countryCode",
"passportInfo.passportNo",
"passportInfo.expireDate",
"name",
"phone",
"offer",
"refBank.code",
"accountNumber",
"accountName",
"phone2",
"contactNumber",
"email",
"country.name",
"province.name",
"district.name",
"township.name",
"address",
"openHoursType",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday",
"lat",
"long",
"avatar",
"nricImages.front",
"nricImages.back",
"passportImage.image",
"shopImages",
"documents.agreementContract",
"documents.businessDocuments",
"documents.bankLinkageForm",
"documents.bankAccountOpenForm",
"introducerDetail.type",
"introducerDetail.name",
"introducerDetail.phone",
"introducerDetail.nric",
"introducerDetail.position",
"nationality",
"createdAt"
],
"method": "csv",
"selectRecords": []
}'