Authorization: Bearer ********************{
"actionCode": "SAVE",
"application": {
"applicantTypeCode": "PERSONAL",
"personal": {
"primaryApplicant": {
"firstName": "Codex",
"lastName": "NoNotifyTest",
"emailAddress": "codex.allied.nonotify@example.com",
"mobile": "0411111111"
}
},
"quote": {
"input": {
"productCode": "PRD000001",
"purchasePrice": 30000,
"termCode": 60,
"repaymentFrequencyCode": "MONTHLY"
}
},
"equipment": [
{
"categoryCode": "EC0000020",
"isUsed": false,
"isRegistered": true,
"nvic": "0HJW25"
}
]
},
"notify": {
"url": "https://dev.m.fintorq.com.au/api/lender/v1/callbacks/allied/finance/applications/status-updates",
"authHeaderKey": "X-BYD-Callback-Token",
"authHeaderValue": "49b6cb2f242986ca8bee4810ed267ad92fa98fcc2883036146af05dd18c79fab"
},
"identity": {
"lenderCode": "BYD",
"introducerCode": "D008171",
"userCode": "OEMWebsite"
}
}curl --location '/api/applications' \
--header 'api-version: 1.0' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"actionCode": "SAVE",
"application": {
"applicantTypeCode": "PERSONAL",
"personal": {
"primaryApplicant": {
"firstName": "Codex",
"lastName": "NoNotifyTest",
"emailAddress": "codex.allied.nonotify@example.com",
"mobile": "0411111111"
}
},
"quote": {
"input": {
"productCode": "PRD000001",
"purchasePrice": 30000,
"termCode": 60,
"repaymentFrequencyCode": "MONTHLY"
}
},
"equipment": [
{
"categoryCode": "EC0000020",
"isUsed": false,
"isRegistered": true,
"nvic": "0HJW25"
}
]
},
"notify": {
"url": "https://dev.m.fintorq.com.au/api/lender/v1/callbacks/allied/finance/applications/status-updates",
"authHeaderKey": "X-BYD-Callback-Token",
"authHeaderValue": "49b6cb2f242986ca8bee4810ed267ad92fa98fcc2883036146af05dd18c79fab"
},
"identity": {
"lenderCode": "BYD",
"introducerCode": "D008171",
"userCode": "OEMWebsite"
}
}'{}