Add Clients

End-point: Add Clients

Description:

Method: POST

https://incrementacrm.com/api/clients/add

Headers

Content-Type Value
INC-TOKEN Bearer a1de733347f5cca0684d1bec7a39adc1

Body (raw)

[
    {
        "Client": {
            "id": "3335364",
            "first_name": "Chico",
            "last_name": "Morales",
            "email": "john.doe@gmail.com",
            "phone": "911722484",
            "prospectus": false,
            "spf": "somevalue",
            "moneda": "MXN"
        }
    }
]

⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃