You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, add client 'id' if client already exist in Create Client Api response.
Without the client ID in response, (the 409 error only returns the customer name) you have to go through a loop to update the master data, with the client ID in response it would be much easier to query the database immediately afterwards with GET /c/{company_id}/entities/clients/{client_id}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please, add client 'id' if client already exist in Create Client Api response.
Without the client ID in response, (the 409 error only returns the customer name) you have to go through a loop to update the master data, with the client ID in response it would be much easier to query the database immediately afterwards with GET /c/{company_id}/entities/clients/{client_id}
Beta Was this translation helpful? Give feedback.
All reactions