Create

Creates a directory entry. | (DirectoryEntryClientCreate1) -> (PydanticObjectId)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
schema_versionintegerRequired
company_namestringOptional
contact_first_namestringOptional
contact_last_namestringOptional
email_address_primarystringOptional
email_address_secondarystringOptional
entry_off_chrt_shipper_org_idstringOptional
entry_org_idstringOptional

Must be a string starting with org_

industrystringOptional
job_titlestringOptional
locationobjectOptional

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

notesstringOptional<=524288 characters
phone_number_primarystringOptional
phone_number_secondarystringOptional

Response

Successful Response

Errors

422
Directory Entries Create V1request Unprocessable Entity Error