Authorization: Bearer ********************{
"title": "CEO",
"name": {
"first": "Robert",
"last": "Smith"
},
"dayOfBirth": "1986-10-18",
"ssn": null,
"nationalId": null,
"nationality": {
"id": 199
},
"driverLicense": {
"number": null,
"expiration": null,
"state": {
"id": 5
}
},
"address": {
"street": "123 Str Name",
"city": "Calabasas",
"zip": "91302",
"state": {
"id": 5
},
"country": {
"id": 199
}
},
"phone": null,
"email": null,
"ownershipPercentage": 50,
"isManagement": "Yes",
"isSigner": "Yes",
"isPersonalGuarantee": "No"
}curl --location --request POST '/api/boarding-application/608/principal' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "CEO",
"name": {
"first": "Robert",
"last": "Smith"
},
"dayOfBirth": "1986-10-18",
"ssn": null,
"nationalId": null,
"nationality": {
"id": 199
},
"driverLicense": {
"number": null,
"expiration": null,
"state": {
"id": 5
}
},
"address": {
"street": "123 Str Name",
"city": "Calabasas",
"zip": "91302",
"state": {
"id": 5
},
"country": {
"id": 199
}
},
"phone": null,
"email": null,
"ownershipPercentage": 50,
"isManagement": "Yes",
"isSigner": "Yes",
"isPersonalGuarantee": "No"
}'{
"id": 741,
"title": "CEO",
"name": {
"first": "Robert",
"last": "Smith"
},
"dayOfBirth": "1986-10-18",
"ssn": null,
"nationalId": null,
"nationality": {
"id": 199
},
"driverLicense": {
"number": null,
"expiration": null,
"state": {
"id": 5
}
},
"address": {
"street": "123 Str Name",
"city": "Calabasas",
"zip": "91302",
"state": {
"id": 5
},
"country": {
"id": null
}
},
"phone": null,
"email": null,
"ownershipPercentage": 50,
"isManagement": "Yes",
"isSigner": "Yes",
"isPersonalGuarantee": "No"
}