Synchronise domains on a plateform

Description

PUT https://rest.netim.com/1.0/secmarket/{plateform}/

Synchronize all the sales on a given plateform (only “SEDO“ is available for now).

URL Parameters

  • {plateform}

    The plateform which require a synchronization.

Headers

  • Authorization string

    The Autorization header must start with “Bearer ” followed by the session ID.
    Example:”Autorization: Bearer b0f13a3c01d9cce2a9a44cd729f81c26″

  • Content-type string

    Content type of the request

    Only “application/json” is accepted

  • 200OK

    The request is processed and the result is returned in the body.

    Body

    Booleanapplication/json


    True if the synchronization has been successfully requested, false otherwise.

  • 4XX