Simplest possible implementation

Simplest possible implementation

  1. For each customer (ie bodyshop / MSO / entity):

    1. Have them generate an API key and share it with you

  2. For each repair record for each of those customers:

    1. Using the bodyshop’s API key, send a JSON message formatted according to the specification, containing:

      1. Customer name

      2. Customer phone number

      3. Your GUID for that record

      4. Any other fields you want to send us

    2. Whenever any of those fields update, send us the same again