clients

clientSyncPush

Internal clients/clientSyncPush operation. Authentication requirements are derived from the active route allowlist.

post/clients/clientSyncPush

Request body

Example request

{
  "clients": [
    {
      "id": 34,
      "name": "Nizam Traders office 7",
      "email": "Nizam@example.com",
      "phone": "+92 300 1234568",
      "is_phone_formatted": "1",
      "address": "Lahore",
      "additional_info": "info",
      "mutation_id": "1234567890123456787",
      "deleted_at": "2026-05-18T05:31:38.191Z"
    }
  ]
}

Response

Standard successful response envelope.

status'success' required
statusCodeinteger required
messagestring required
dataobject required
{"stackTrail":"components:schemas:SuccessEnvelope:properties:error","oasType":"schema","type":"unknown","example":null,"nullable":true}

Example response

{
  "statusCode": 200,
  "message": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.