-
Notifications
You must be signed in to change notification settings - Fork 0
product_service
nattapon.r edited this page May 19, 2017
·
3 revisions
/api/product/:keyword => POST (keyword: string) => PDtextResult
type PDtextResult = {
SearchPDTextElastic: {
keyword: string;
word_analysis: string;
synonym: string;
paging: {
pageNo: number;
pageSize: number;
totalPage: number;
},
status: any;
resultsList: Array<{
company_id: string;
pd_text: string;
business: any;
}>;
totalData: number;
}
}
Data model
Third party systems integration.
Deployment