{ "partner": [ { "partnerCode": "0001", "partnerName": "KTC", "request": { "protocol": "https", "host": "10.137.19.81:30033", "url": "/ktc/point/transferPoint", "certificate": "/src/data/portal/public.cer", "method": "POST", "command": "transferIn", "ContentType": "application/json", "header": "sessionid=$x-session-id, appId=$x-app-id, Content-Type=application/json", "body": "@pointIdList=$@pointId, customerId=$userIdData, transfer.transferFrom=$tran.pointIdFrom, transfer.transferTo=$tran.pointIdTo, transfer.pointTransfer=?tran.pointTransfer, createdAt=?createdAt, updatedAt=now()" }, "response": { "bodyValidation": "pushRefId=*", "headerValidation": "statusCode=200" } }, { "partnerCode": "0002", "partnerName": "AIS", "request": { "protocol": "http", "host": "10.137.19.81:30033", "url": "/v1/customers/customerCharacteristic/spwCustomerAccounts.json", "certificate": "", "method": "POST", "command": "CustomeAccounts", "ContentType": "application/json", "header": "sessionid=$x-session-id ", "body": "customerId=$userIdData, transfer.transferFrom=$pointIdFrom, transfer.transferTo=$pointIdTo, transfer.pointTransfer=$pointTransfer" }, "response": { "bodyValidation": "resultCode=20000", "headerValidation": "statusCode=200" } }, { "partnerCode": "0003", "partnerName": "SCB", "request": { "protocol": "http", "host": "10.137.19.81:30033", "url": "/mockOneSiamMoblieServiceSoap", "certificate": "", "method": "POST", "command": "transferIn", "ContentType": "text/xml", "header": "sessionid=$x-session-id", "body": "$appName.name$userName$password?citizenID" }, "response": { "bodyValidation": "0", "headerValidation": "statusCode=200" } } ] }