Partner Account
DB will be used: Mysql
API REFERENCE: https://documenter.getpostman.com/view/4420537/Szf838Xq?version=latest#bdc0ba90-e324-4fb9-b726-dcd907eb498b
Field Name | Business Purpose | Field type (with size) | Is it a required field? | Is it editable? | Is it Unique? | Specific validations for some field type
| REFERENCE OF OTHER BUILDING BLOCK
|
---|---|---|---|---|---|---|---|
partnerCode | 4 char alpha-numeric auto-generated unique code | string | Yes | No | Yes | alpha-numeric 4 digits | No |
businessName | Name of the business | string | Yes | No | Yes | No | No |
goal | The goal of this account | Enum | Yes | No | No | No | Building app for Eshopbox Client,Building Process |
address | address of a partner | object | No | Yes | No | No | No |
address.addressLine1 | Address Line 1 | string | No | Yes | No | No | No |
address.addressLine2 | Address Line 2 | string | No | Yes | No | No | No |
address.city | City | string | No | Yes | No | No | No |
address.state | State | string | No | Yes | No | No | No |
address.country | Country | string | No | Yes | No | No | No |
address.pincode | Pin code of the location | string | No | Yes | No | No | No |
contact | contact info of a partner | object |
|
|
|
|
|
contact.email | string | No | Yes | No | No | No | |
contact.phone | Phone number | string | No | Yes | No | No | No |
emergencyContact | emergency contact of a partner | object |
|
|
|
|
|
emergencyContact.email | Email of a partner | string | No | Yes | No | No | No |
emergencyContact.phone | Phone number of a partner | string | No | Yes | No | No | No |
createdAt | created date of Partner Account | string | Yes | no | no | yyyy-mm-dd h:m:s | No |
updatedAt | updated date of Partner Account | string | Yes | no | no | yyyy-mm-dd h:m:s | No |