Skip to content

Instantly share code, notes, and snippets.

@kylewu
Created April 14, 2020 10:04
Show Gist options
  • Save kylewu/a773801bd017bdf4642c108f8edef703 to your computer and use it in GitHub Desktop.
Save kylewu/a773801bd017bdf4642c108f8edef703 to your computer and use it in GitHub Desktop.
sample client search
{
"information": {
"messages": [],
"hasError": false,
"hasException": false,
"developerMessage": null
},
"data": [
{
"client": {
"businessUnit": {
"fTableId": "1038",
"fCode": "0011"
},
"cifNoInt": "11111111111",
"clientName1": "LastName FirstName",
"clientPlace1": "XYZ",
"clientName2": "",
"clientPlace2": "",
"isProspect": false,
"isCarat": false,
"pidRM": "Y106062",
"pidDelkredere": "WXYZ 9G",
"oeOfficeCustomerInt": " WXYZ 9G",
"oeOfficeDelkredereInt": " WXYZ 9G",
"stateHistCds": []
},
"sensitive": false,
"segment": "101",
"occupation": "99999080"
},
{
"client": {
"businessUnit": {
"fTableId": "1038",
"fCode": "0011"
},
"cifNoInt": "2222222222222",
"clientName1": "Client name",
"clientPlace1": "Place",
"clientName2": "",
"clientPlace2": "",
"isProspect": false,
"isCarat": false,
"pidRM": "Y192341",
"pidDelkredere": "SBS",
"oeOfficeCustomerInt": "SBS",
"oeOfficeDelkredereInt": "SBS",
"stateHistCds": []
},
"sensitive": false,
"segment": "101",
"occupation": "99999080"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment