This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Typical user sign-in/sign-up flow with OAuth2 (i.e. Social Login) | |
Check below comment | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"Id-1", | |
"name":"xyz", | |
"title":"xyz", | |
"vanueIds":["id-1","id-2"], | |
"address":"street address", | |
"mainPhone":"0123456789", | |
"mainFax":"1234567890", | |
"directPhone":"0123456789", | |
"directFax":"1234567890", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"Id-1", | |
"name":"xyz", | |
"address":"street address, 79879", | |
"mailingAddress":"street address, 79879", | |
"phone":"0123456789", | |
"fax":"1234567890", | |
"email":"[email protected]", | |
"website":"www.xyz.com", | |
"boxOfficePhone":"0123456789", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"Id-1", | |
"tourPromoterId":"TP-id-1", | |
"tourPromoterCoId":"T-co-id-1", | |
"name":"xyz", | |
"phone":"0123456789", | |
"fax":"1234567890", | |
"email":"[email protected]" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"Id-1", | |
"tourPromoterCoId":"Comp-1", | |
"name":"xyz", | |
"title":"Id-1", | |
"address":"Id-1", | |
"phone":"Id-1", | |
"fax":"Id-1", | |
"responsibleTerritory":"Id-1", | |
"email":"[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"id-1", | |
"name":"ABC Private Ltd.", | |
"address":"A-56, Xyz Street", | |
"website":"www.xyz.com", | |
"city":"XYZ", | |
"zipcode":"898900", | |
"country":"India", | |
"phone":"0123456789", | |
"phone2":"1123456789", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"Id-1", | |
"managerId":"M-id-1", | |
"managementId":"M-co-id-1", | |
"name":"xyz", | |
"phone":"0123456789", | |
"fax":"1234567890", | |
"email":"[email protected]" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"id-1", | |
"name":"ABC Private Ltd.", | |
"address":"A-56, Xyz Street", | |
"website":"www.xyz.com", | |
"city":"XYZ", | |
"zipcode":"898900", | |
"country":"India", | |
"phone":"0123456789", | |
"phone2":"1123456789", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"Id-1", | |
"agentId":"AgentId-1", | |
"agencyId":"AgencyId-1", | |
"name":"xyz", | |
"phone":"0123456789", | |
"fax":"1234567890", | |
"email":"[email protected]" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"Id-1", | |
"managementId":"ManagementId-1", | |
"name":"xyz", | |
"address":"Streed address, NY", | |
"phone":"0123456789", | |
"fax":"123456789", | |
"email":"[email protected]", | |
"assistants":[{ | |
"name":"Name-1", |
NewerOlder