ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • POST(
          request: NextRequest,
      ): Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  createdBy: { id: string; name: string | null }
                  | null;
                  currentLocation: { id: string; name: string } | null;
                  warehouse: { id: string; name: string } | null;
              } & {},
          >,
      >

      Parameters

      • request: NextRequest

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  createdBy: { id: string; name: string | null }
                  | null;
                  currentLocation: { id: string; name: string } | null;
                  warehouse: { id: string; name: string } | null;
              } & {},
          >,
      >