Skip to content

Instantly share code, notes, and snippets.

@Kcin1993
Last active December 5, 2017 14:01
Show Gist options
  • Save Kcin1993/eb44071032b93b7a50615f88101a68e3 to your computer and use it in GitHub Desktop.
Save Kcin1993/eb44071032b93b7a50615f88101a68e3 to your computer and use it in GitHub Desktop.
conquer-yosgo-note-field.json
/**
* 團體方案 建立揪團
* note of creating GROUP
* Create group時可將額外描述的欄位,參考下方格式存入note中
*/
{
"teamName": "",
"leader": "",
"leaderPhone": "",
"leaderEmail": "",
"deliveryAddressOne": "",
"deliveryAddressTwo": "",
"deliveryAddressThree": "",
"deliveryAddressFour": "",
"public": true
}
/**
* 團體方案 or 個人方案 建立訂單
* note of registraion and extraRegistration
* Create order時可將額外描述的欄位,參考下方格式存入note中
*/
{
"groupType": "",
"birth": "",
"nation": "",
"id": "",
"sex": "",
"size": "",
"addressOne": "",
"addressTwo": "",
"addressThree": "",
"addressFour": "",
"contacterName": "",
"contacterPhone": "",
"contacterRela": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment