cURL
curl --request POST \ --url https://api.nomi.tools/v1/counterparties/bulk \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' [ { "name": "<string>", "types": [ "client" ], "externalId": "<string>", "notes": "<string>" } ] '
{ "ids": [ "<string>" ] }
Save multiple counterparties in bulk.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
Name of the counterparty.
Types associated with the counterparty.
client
supplier
partner
contractor
other
External identifier for the counterparty.
Additional notes about the counterparty.
Counterparties saved successfully