v1

latestOpenAPI 3.0.32026-07-26362271803.3 KB
Core Accounting

Create Vendor Contact

Complete mixin for history filtering with pagination support. Returns either active OR deleted records based on include_deleted parameter.

post/coa/api/vendor/{id}/contacts

Path parameters

idinteger required

Request body

idinteger required
namestring nullable
first_namestring nullable
last_namestring nullable
emailstring email nullable
phone_numberstring nullable
mobile_numberstring nullable
last_modified_atstring date-time required
is_deletedboolean required
deleted_atstring date-time nullable required

Response

idinteger required
namestring nullable
first_namestring nullable
last_namestring nullable
emailstring email nullable
phone_numberstring nullable
mobile_numberstring nullable
last_modified_atstring date-time required
is_deletedboolean required
deleted_atstring date-time nullable required