ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • POST(
          request: NextRequest,
      ): Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  addresses: {}[];
                  company: { id: string; name: string }
                  | null;
                  contacts: {}[];
                  currency: { id: string; name: string; symbol: string } | null;
              } & {},
          >,
      >

      Parameters

      • request: NextRequest

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  addresses: {}[];
                  company: { id: string; name: string }
                  | null;
                  contacts: {}[];
                  currency: { id: string; name: string; symbol: string } | null;
              } & {},
          >,
      >