{
"admin": {
"type": 0,
"userId": 0,
"adminId": 0
},
"baseData": {
"type": 0,
"certificateValidityPeriod": 0,
"operatingTermType": 0,
"frontOfPhoto": [
{
"picUrl": "string"
}
],
"backOfPhoto": [
{
"picUrl": "string"
}
],
"licenseAddrProvince": [
"string"
],
"supplementaryInformation": [
{
"picUrl": "string",
"picThumb": "string"
}
],
"documentType": 0,
"companyName": "string",
"corporateName": "string",
"documentNumber": "string",
"birthday": "string",
"sex": 0,
"certificateValidityPeriodDate": [
"string"
],
"residentialAddress": "string",
"frontOfPhotoTemp": "string",
"backOfPhotoTemp": "string",
"businessLicenseAddress": "string",
"businessLicenseId": "string",
"businessScope": "string",
"operatingTermTypeDate": [
"string"
]
},
"merchantData": {
"businessAddress": [
"string"
],
"accountOpeningPermit": [
{
"property1": {},
"property2": {}
}
],
"businessLicenseImg": [
{
"property1": {},
"property2": {}
}
],
"accountOpeningPermitTemp": "string",
"bankBranch": "string",
"bankCard": "string",
"bankDeposit": "string",
"businessLicenseImgTemp": "string",
"contactEmail": "string",
"contactName": "string",
"contactPhone": "string",
"customerServicePhone": "string",
"detailedAddress": "string",
"merchantName": "string"
},
"type": 0,
"shopTitle": "string"
}curl --location --request POST '/adminapi/merchant/merchant/create' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE3NjA5NDQ0NjYsImlzcyI6InRpZ3Nob3AiLCJzdWIiOiJhZG1pbiIsImV4cCI6MTc2MzUzNjQ2NiwidXNlcklkIjoxLCJpc0FkbWluIjp0cnVlLCJ1c2VybmFtZSI6ImFkbWluIn0.3-NTk54VYUkVXdYnipFjUaej2h5B3JHLtmy46vhQW6DZBcfUcG965oBe_FmgoqVFfAc7IcOXBtu2enEX0Rt4vw' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"admin": {
"type": 0,
"userId": 0,
"adminId": 0
},
"baseData": {
"type": 0,
"certificateValidityPeriod": 0,
"operatingTermType": 0,
"frontOfPhoto": [
{
"picUrl": "string"
}
],
"backOfPhoto": [
{
"picUrl": "string"
}
],
"licenseAddrProvince": [
"string"
],
"supplementaryInformation": [
{
"picUrl": "string",
"picThumb": "string"
}
],
"documentType": 0,
"companyName": "string",
"corporateName": "string",
"documentNumber": "string",
"birthday": "string",
"sex": 0,
"certificateValidityPeriodDate": [
"string"
],
"residentialAddress": "string",
"frontOfPhotoTemp": "string",
"backOfPhotoTemp": "string",
"businessLicenseAddress": "string",
"businessLicenseId": "string",
"businessScope": "string",
"operatingTermTypeDate": [
"string"
]
},
"merchantData": {
"businessAddress": [
"string"
],
"accountOpeningPermit": [
{
"property1": {},
"property2": {}
}
],
"businessLicenseImg": [
{
"property1": {},
"property2": {}
}
],
"accountOpeningPermitTemp": "string",
"bankBranch": "string",
"bankCard": "string",
"bankDeposit": "string",
"businessLicenseImgTemp": "string",
"contactEmail": "string",
"contactName": "string",
"contactPhone": "string",
"customerServicePhone": "string",
"detailedAddress": "string",
"merchantName": "string"
},
"type": 0,
"shopTitle": "string"
}'