Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 199 Bytes

createContact.md

File metadata and controls

15 lines (15 loc) · 199 Bytes
$api->createContact(
    'John',
    'Brown',
    'jonh@example.com',
    '12345',
    'Addr1',
    '12345',
    'London',
    'uk',
    '+7.9090000000'
);
// Result:
string (7) "1234181"