Customer Creation (Company)
Create Customer
Sample Request
{
"customerType": "COMPANY",
"userId": "41754e1e-9fe8-4311-ae68-589a6ed24c6d",
"profile": {
"alternateName": "Laura Olson",
"contactDetails": {
"email": "Justina.Schulist@yahoo.com",
"faxNumber": "45834753",
"phoneNumber": "+1 4844760077",
"socialMedia": [""],
"website": "abc@q3c.com"
},
"dateOfFormation": "2023-01-01",
"ein": "437573468",
"entityType": "CORPORATION",
"formationRegionCountry": "US",
"formationRegionState": "AL",
"isUsPerson": true,
"name": "Teri Nader",
"stateRegistrationNumber": 250195848,
"taxClassification": "C_CORPORATION_PRIVATE",
"taxCountry": "US",
"taxState": "AL",
"tin": "911-71-5354",
"tinIssuingCountry": "US"
},
"primaryAddress": {
"countryCode": "US",
"street1": "123 Main Street",
"city": "Capital City",
"state": "AL",
"postalCode": "12345",
"street2": "Suite 101"
},
"isRegisteredAndPrimaryAddressSame": false,
"registeredAddress": {
"countryCode": "US",
"street1": "456 Secondary Road",
"city": "Major Town",
"state": "AL",
"postalCode": "67890",
"street2": "Apt 202"
},
"isPostalAndPrimaryAddressSame": false,
"postalAddress": {
"countryCode": "US",
"street1": "789 Tertiary Lane",
"city": "Small Village",
"state": "AL",
"postalCode": "10112",
"street2": "Room 303"
}
}
Sample Response
{
"userId": "283dfc7c-cb6c-45fc-ab8a-01c4c539d639",
"customerType": "COMPANY",
"primaryAddress": {
"countryCode": "US",
"street1": "123 Main Street",
"street2": "Suite 101",
"city": "Capital City",
"state": "AL",
"postalCode": "12345"
},
"isRegisteredAndPrimaryAddressSame": false,
"registeredAddress": {
"countryCode": "US",
"street1": "456 Secondary Road",
"street2": "Apt 202",
"city": "Major Town",
"state": "AL",
"postalCode": "67890"
},
"isPostalAndPrimaryAddressSame": false,
"postalAddress": {
"countryCode": "US",
"street1": "789 Tertiary Lane",
"street2": "Room 303",
"city": "Small Village",
"state": "AL",
"postalCode": "10112"
},
"resourceRelationships": {
"individualDueDiligenceId": "",
"companyDueDiligenceId": "",
"companyAssociationId": "",
"opportunityAccountId": "",
"standardAccountId": "",
"partnerAccountId": "",
"bankingApplicationId": "",
"counterpartyIds": []
},
"pendingActions": ["AGREEMENT_SIGNING_REQUIRED"],
"createdAt": "2024-08-02T11:48:02.416Z",
"updatedAt": "2024-08-02T11:48:02.668Z",
"__v": 0,
"profile": {
"entityType": "CORPORATION",
"name": "Joanna Rosenbaum DDS",
"alternateName": "Carl Weber",
"isUsPerson": true,
"ein": "437563468",
"stateRegistrationNumber": "250195848",
"tin": "911-71-5354",
"tinIssuingCountry": "US",
"taxCountry": "US",
"taxState": "AL",
"taxClassification": "C_CORPORATION_PRIVATE",
"formationRegionCountry": "US",
"formationRegionState": "AL",
"dateOfFormation": "2023-01-01T00:00:00.000Z",
"contactDetails": {
"phoneNumber": "+1 4844760077",
"faxNumber": "45834753",
"email": "Enrique76@yahoo.com",
"website": "abc@q3c.com",
"socialMedia": [""]
}
},
"id": "84ee11bb-9834-42a8-aac3-89ef026d640e"
}