{
"list": [{
"gbaType": "TYPE3",
"turn": 1,
"phase": 1,
"logPhase": "Start Phase",
"action": "",
"narasumberCode": "",
"questionCode": "",
"totalIdea": 0,
"Ideas":[],
"expense": 0,
"timeLogPhase": "00:00:00",
"overallTimer": "00:07:00"
}, {
"gbaType": "TYPE3",
"turn": 2,
"phase": 1,
"logPhase": "In Phase",
"action": "Pick One Question",
"narasumberCode": "MITRABISNIS",
"questionCode": "B1",
"totalIdea": 0,
"Ideas":[],
"expense": 250,
"timeLogPhase": "00:00:04",
"overallTimer": "00:06:55"
}, {
"gbaType": "TYPE3",
"turn": 3,
"phase": 1,
"logPhase": "Out Phase",
"action": "Exit Phase 1",
"narasumberCode": "",
"questionCode": "",
"totalIdea": 0,
"Ideas":[],
"expense": 0,
"timeLogPhase": "00:00:07",
"overallTimer": "00:06:48"
}]
}
curl --location --request POST 'http://localhost:8082/rest/web/secured/gba-record-raw/type-3/5363fb51-9ada-4263-88c3-08a68a354889' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"list": [{
"gbaType": "TYPE3",
"turn": 1,
"phase": 1,
"logPhase": "Start Phase",
"action": "",
"narasumberCode": "",
"questionCode": "",
"totalIdea": 0,
"Ideas":[],
"expense": 0,
"timeLogPhase": "00:00:00",
"overallTimer": "00:07:00"
}, {
"gbaType": "TYPE3",
"turn": 2,
"phase": 1,
"logPhase": "In Phase",
"action": "Pick One Question",
"narasumberCode": "MITRABISNIS",
"questionCode": "B1",
"totalIdea": 0,
"Ideas":[],
"expense": 250,
"timeLogPhase": "00:00:04",
"overallTimer": "00:06:55"
}, {
"gbaType": "TYPE3",
"turn": 3,
"phase": 1,
"logPhase": "Out Phase",
"action": "Exit Phase 1",
"narasumberCode": "",
"questionCode": "",
"totalIdea": 0,
"Ideas":[],
"expense": 0,
"timeLogPhase": "00:00:07",
"overallTimer": "00:06:48"
}]
}'
{}