cURL
curl --request POST \ --url https://api.nomi.tools/v1/counterparties \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "types": [ "client" ], "externalId": "<string>", "notes": "<string>" } '
{ "id": "<string>" }
Add a new counterparty to the system.
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.
Counterparty created successfully