201Successful Response
Schema: SuccessEnvelope_CounterpartyAliasResponse_
successbooleanmessagestringcodestringdataCounterpartyAliasResponse
/api/v1/counterparty-aliasesCreate a counterparty alias, upserting when one already exists for the same counterparty.
Provide either registry_id (preferred — applies to every
transaction linked to that registry entry) or a raw
counterparty_name string for unlinked counterparties.
Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.
Schema: CounterpartyAliasCreate
registry_idstringLinked counterparty registry entry. Preferred — the alias then applies to every transaction linked to that entry, surviving raw-string variations.
counterparty_namestringRaw counterparty string to match (case-insensitive) when the counterparty is not linked to the registry. Required when registry_id is absent.
display_namestringrequiredName to display for this counterparty in this business.
Schema: SuccessEnvelope_CounterpartyAliasResponse_
successbooleanmessagestringcodestringdataCounterpartyAliasResponseSchema: ErrorResponse
errorstringrequiredError category: validation_error, unauthorized, forbidden, not_found, conflict, rate_limited, server_error, or service_unavailable.
messagestringrequiredHuman-readable explanation, safe to show to end users.
codestringrequiredStable machine-readable code in CATEGORY_NNN form (e.g. NOT_FOUND_006, AUTH_010, GEN_002).
request_idstringCorrelation id for support requests. Echoes the x-request-id request header when one was supplied.
errorsobjectField-level validation messages keyed by field name. Present on 400/422 validation failures only.
Schema: ErrorResponse
errorstringrequiredError category: validation_error, unauthorized, forbidden, not_found, conflict, rate_limited, server_error, or service_unavailable.
messagestringrequiredHuman-readable explanation, safe to show to end users.
codestringrequiredStable machine-readable code in CATEGORY_NNN form (e.g. NOT_FOUND_006, AUTH_010, GEN_002).
request_idstringCorrelation id for support requests. Echoes the x-request-id request header when one was supplied.
errorsobjectField-level validation messages keyed by field name. Present on 400/422 validation failures only.
Schema: ErrorResponse
errorstringrequiredError category: validation_error, unauthorized, forbidden, not_found, conflict, rate_limited, server_error, or service_unavailable.
messagestringrequiredHuman-readable explanation, safe to show to end users.
codestringrequiredStable machine-readable code in CATEGORY_NNN form (e.g. NOT_FOUND_006, AUTH_010, GEN_002).
request_idstringCorrelation id for support requests. Echoes the x-request-id request header when one was supplied.
errorsobjectField-level validation messages keyed by field name. Present on 400/422 validation failures only.