apiKey: ********************{
"record": {
"getxf_exctype": 1,
"getxf_lastmodtime": "2000-07-15 12:00:00",
"getxf_reasoncode": "1"
},
"apiKey": "{{apiKey}}"
}curl --location --request POST '/posservice/rest/export/reason/getinfo' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"record": {
"getxf_exctype": 1,
"getxf_lastmodtime": "2000-07-15 12:00:00",
"getxf_reasoncode": "1"
},
"apiKey": "{{apiKey}}"
}'{
"asynCode": null,
"asynMessage": null,
"asynStatus": 0,
"className": "com.techtrans.api.tender.website.hkmarket.webon.ReasonExportResponse",
"errorCode": 0,
"errorLog": null,
"errorMessage": null,
"length": 25,
"ReasonExport": [
{
"record": {
"xf_desci": "aaa*99",
"xf_exctype": "1",
"xf_inputmode": "1",
"xf_reasoncode": "1"
},
"xf_desci": "aaa*99",
"xf_exctype": "1",
"xf_inputmode": "1",
"xf_reasoncode": "1"
},
{
"record": {
"xf_desci": "你管我啊",
"xf_exctype": "1",
"xf_inputmode": "1",
"xf_reasoncode": "1"
},
"xf_desci": "你管我啊",
"xf_exctype": "1",
"xf_inputmode": "1",
"xf_reasoncode": "1"
},
{
"record": {
"xf_desci": "test",
"xf_exctype": "12",
"xf_inputmode": "1",
"xf_reasoncode": "TEST"
},
"xf_desci": "test",
"xf_exctype": "12",
"xf_inputmode": "1",
"xf_reasoncode": "TEST"
},
{
"record": {
"xf_desci": "test",
"xf_exctype": "13",
"xf_inputmode": "1",
"xf_reasoncode": "13"
},
"xf_desci": "test",
"xf_exctype": "13",
"xf_inputmode": "1",
"xf_reasoncode": "13"
},
{
"record": {
"xf_desci": "4444",
"xf_exctype": "26",
"xf_inputmode": "1",
"xf_reasoncode": "1"
},
"xf_desci": "4444",
"xf_exctype": "26",
"xf_inputmode": "1",
"xf_reasoncode": "1"
},
{
"record": {
"xf_desci": "5555",
"xf_exctype": "26",
"xf_inputmode": "1",
"xf_reasoncode": "2"
},
"xf_desci": "5555",
"xf_exctype": "26",
"xf_inputmode": "1",
"xf_reasoncode": "2"
}
],
"sort": "",
"start": 0,
"total": 6
}